summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 86b980b2..7ebe95a7 100644
--- a/hash.c
+++ b/hash.c
@@ -1418,7 +1418,7 @@ val maphash(val fun, val hash)
val hash_eql(val obj)
{
- int lim = 0;
+ int lim = hash_traversal_limit;
return num_fast(eql_hash(obj, &lim));
}