aboutsummaryrefslogtreecommitdiff
path: root/src/hash_table.c
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-09 17:54:55 +0800
committerMistivia <i@mistivia.com>2025-06-09 17:55:13 +0800
commit2f0781104330d1ae4fae041560ee3a5cb892c3b6 (patch)
treee43dfccb7ea1b0ab13a659ed4fce05acb2cb13b5 /src/hash_table.c
parenta690e564d82a46c4e729d88fcc660e4e2f1e6ceb (diff)
genenric tree map
Diffstat (limited to 'src/hash_table.c')
-rw-r--r--src/hash_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash_table.c b/src/hash_table.c
index c768df8..bedeb4a 100644
--- a/src/hash_table.c
+++ b/src/hash_table.c
@@ -16,6 +16,7 @@ HASH_TABLE_IMPL(String, VoidPtr);
HASH_TABLE_IMPL(Int, Int);
HASH_TABLE_IMPL(Int, Double);
HASH_TABLE_IMPL(VoidPtr, Int);
+HASH_TABLE_IMPL(VoidPtr, VoidPtr);
HASH_TABLE_IMPL(VoidPtr, String);