summaryrefslogtreecommitdiffhomepage
path: root/include/stc/test_new_queue.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-16 09:04:14 +0200
committerTyge Løvset <[email protected]>2021-09-16 09:04:14 +0200
commitb6cf714079cee97d34cdbea9106a07384ad571cc (patch)
tree2a29faba79c5d00782f7806d57e7b5dbb84bbe8c /include/stc/test_new_queue.c
parente3f877b8327417cf212d66c156b40c70bdc11b6e (diff)
downloadSTC-modified-b6cf714079cee97d34cdbea9106a07384ad571cc.tar.gz
STC-modified-b6cf714079cee97d34cdbea9106a07384ad571cc.zip
Renamed f_tag to F_tag, too invisible. Small other changes.
Diffstat (limited to 'include/stc/test_new_queue.c')
-rw-r--r--include/stc/test_new_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/test_new_queue.c b/include/stc/test_new_queue.c
index 32084b22..a76f4fde 100644
--- a/include/stc/test_new_queue.c
+++ b/include/stc/test_new_queue.c
@@ -9,7 +9,7 @@ int point_compare(const Point* a, const Point* b) {
int c = c_default_compare(&a->x, &b->x);
return c ? c : c_default_compare(&a->y, &b->y);
}
-#define f_tag pnt
+#define F_tag pnt
#define i_val Point
#define i_cmp point_compare
#include <stc/cqueue.h>