From b6cf714079cee97d34cdbea9106a07384ad571cc Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 16 Sep 2021 09:04:14 +0200 Subject: Renamed f_tag to F_tag, too invisible. Small other changes. --- include/stc/test_new_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/test_new_queue.c') 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 -- cgit v1.2.3