diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-22 16:42:36 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-22 16:42:36 +0200 |
commit | be71a36fd88941a5bc3f25d2e563c8aa0481327c (patch) | |
tree | 560fe5d40f2c58a8c0393cd479f0d10b2e825456 | |
parent | 56edd66ae3e8661d40d499bd7c72f3ffc7aac4e7 (diff) | |
download | conts-be71a36fd88941a5bc3f25d2e563c8aa0481327c.tar.gz conts-be71a36fd88941a5bc3f25d2e563c8aa0481327c.zip |
-rw-r--r-- | include/conts/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conts/map.h b/include/conts/map.h index 0d30897..6be0694 100644 --- a/include/conts/map.h +++ b/include/conts/map.h @@ -244,4 +244,5 @@ static inline size_t MAP(len)(struct MAP_ROOT *root) #undef MAP_KEY #undef MAP_TYPE #undef MAP_CMP +#undef MAP_HASH #undef MAP_NAME |