aboutsummaryrefslogtreecommitdiffstats
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 9c96e8e7db..a896a95416 100644
--- a/hash.c
+++ b/hash.c
@@ -1496,7 +1496,7 @@ rb_hash_eql(hash1, hash2)
return hash_equal(hash1, hash2, Qtrue);
}
-
+static int
rb_hash_hash_i(key, value, hp)
VALUE key, value;
long *hp;