Hash table now works.

This commit is contained in:
Dan Hirsch 2012-10-08 22:06:33 +02:00
parent b44d00ed33
commit 6101b8c43a
2 changed files with 18 additions and 6 deletions

View file

@ -201,7 +201,7 @@ void h_hashtable_free(HHashTable* ht);
#if 0
#include <malloc.h>
#define arena_malloc(a, s) malloc(s)
#define h_arena_malloc(a, s) malloc(s)
#endif
#endif // #ifndef HAMMER_INTERNAL__H