summary refs log tree commit diff
path: root/shash.h
diff options
context:
space:
mode:
authorWormHeamer2025-02-28 17:01:23 -0500
committerWormHeamer2025-02-28 17:01:23 -0500
commitf7ef71a37ae4ac9b69eaa7fa5cd500f791d67677 (patch)
tree363d7f51d31fe570a1e5b8172af932982fa1f275 /shash.h
parent622624ab7ac364701f0bbb9164beb6f10ddb29fd (diff)
remove STDWRM_ prefix
Diffstat (limited to 'shash.h')
-rw-r--r--shash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shash.h b/shash.h
index 537449e..b7eb396 100644
--- a/shash.h
+++ b/shash.h
@@ -36,7 +36,7 @@ void *shash_get(StrHashTable *h, strv_t key);
 void shash_put(StrHashTable *h, strv_t key, void *value);
 StrHashEntry *shash_find(StrHashTable *h, strv_t key);
 
-#ifdef STDWRM_IMPL_SHASH
+#ifdef SHASH_IMPL
 
 /* hacky FNV-1a hash */