]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hashtable.h
Added the local copy of the regex library back.
[libucw.git] / lib / hashtable.h
index 4dc223fec61b4c0f31adbdfb310d11dfb2dde8c2..552e88eaa2b183a7bee566c55478a5f4706b407e 100644 (file)
@@ -401,8 +401,8 @@ static void P(init) (TA)
 #else
   T.hash_hard_max = 1 << 28;
 #endif
-  P(alloc_table)(TT);
   P(init_alloc)(TT);
+  P(alloc_table)(TT);
 }
 
 #ifdef HASH_WANT_CLEANUP
@@ -644,6 +644,8 @@ do {                                                                                        \
 #undef HASH_KEY_DECL
 #undef HASH_KEY_ENDSTRING
 #undef HASH_KEY_STRING
+#undef HASH_KEY_MEMORY
+#undef HASH_KEY_SIZE
 #undef HASH_NOCASE
 #undef HASH_NODE
 #undef HASH_PREFIX