Hash table now works.
This commit is contained in:
parent
b44d00ed33
commit
6101b8c43a
2 changed files with 18 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue