From be71a36fd88941a5bc3f25d2e563c8aa0481327c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 22 Mar 2025 16:42:36 +0200 Subject: undef MAP_HASH --- include/conts/map.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3