diff options
| author | Tyge Løvset <[email protected]> | 2021-09-16 09:04:14 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-16 09:04:14 +0200 |
| commit | b6cf714079cee97d34cdbea9106a07384ad571cc (patch) | |
| tree | 2a29faba79c5d00782f7806d57e7b5dbb84bbe8c /include/stc/test_new_queue.c | |
| parent | e3f877b8327417cf212d66c156b40c70bdc11b6e (diff) | |
| download | STC-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.c | 2 |
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>
|
