summary refs log tree commit diff
path: root/stdwrm.h
diff options
context:
space:
mode:
authorWormHeamer2025-02-07 08:45:55 -0500
committerWormHeamer2025-02-07 08:45:55 -0500
commit3468827a2792463e84903877ccf729ef48afbb10 (patch)
tree6769fbd9e36811d182fca5fe53d61cbb77c6139f /stdwrm.h
parent9c722239ac5e9c1075caea32765feedce5da28df (diff)
add shash.h, a simple string -> void* hash table
Diffstat (limited to 'stdwrm.h')
-rw-r--r--stdwrm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdwrm.h b/stdwrm.h
index 0b44a2b..1ee7281 100644
--- a/stdwrm.h
+++ b/stdwrm.h
@@ -2,7 +2,8 @@
 #define STDWRM_H
 
 #ifdef STDWRM_IMPL
-#define STDWRM_STR_IMPL
+#define STDWRM_IMPL_SHASH
+#define STDWRM_IMPL_STR
 #endif
 
 #endif