summaryrefslogtreecommitdiff
path: root/tests/map.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-08-23 21:53:53 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2026-08-23 21:53:53 +0300
commitf36435782e973ca1cf25ad7d7791d61a6b1b83c7 (patch)
tree0679eddffc221bd14668cd111caeab7ba04639f6 /tests/map.c
parente962c7a4c70b6e2c3f2df89be176c491d62739e7 (diff)
downloadconts-f36435782e973ca1cf25ad7d7791d61a6b1b83c7.tar.gz
conts-f36435782e973ca1cf25ad7d7791d61a6b1b83c7.zip
rename MAP_TYPE
+ Collides with MMAP flags, oops.
Diffstat (limited to 'tests/map.c')
-rw-r--r--tests/map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/map.c b/tests/map.c
index 9af0b01..195f273 100644
--- a/tests/map.c
+++ b/tests/map.c
@@ -3,8 +3,8 @@
#include "test.h"
/* required defs */
-#define MAP_KEY int
-#define MAP_TYPE int
+#define MAP_KEY_TYPE int
+#define MAP_VALUE_TYPE int
#define MAP_HASH(a) ints_generic_hash(&(a))
#define MAP_CMP(a, b) ((a) - (b))
#define MAP_NAME ints