diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-08-23 21:53:53 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-08-23 21:53:53 +0300 |
| commit | f36435782e973ca1cf25ad7d7791d61a6b1b83c7 (patch) | |
| tree | 0679eddffc221bd14668cd111caeab7ba04639f6 /tests/map.c | |
| parent | e962c7a4c70b6e2c3f2df89be176c491d62739e7 (diff) | |
| download | conts-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.c | 4 |
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 |
