From 552607b79d44e83712b2540678e3291b235b13b0 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Fri, 7 Feb 2025 09:01:04 -0500 Subject: allow user redefinition of SHASH_SLOTS --- shash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shash.h b/shash.h index 604b1e0..537449e 100644 --- a/shash.h +++ b/shash.h @@ -9,7 +9,9 @@ #include "dynarr.h" #include "str.h" +#ifndef SHASH_SLOTS #define SHASH_SLOTS 8192 +#endif typedef uint64_t hash_t; -- cgit 1.4.1-2-gfad0