summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index ae83dc7a..cc0e79f1 100644
--- a/hash.c
+++ b/hash.c
@@ -235,6 +235,7 @@ val make_hash(val weak_keys, val weak_vals)
h->flags = (hash_flags_t) flags;
h->modulus = c_num(mod);
+ h->count = 0;
h->table = table;
return hash;