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 1fd9d12e15..52479c0ac2 100644
--- a/hash.c
+++ b/hash.c
@@ -734,7 +734,7 @@ rb_hash_rehash_i(VALUE key, VALUE value, VALUE arg)
* h[a] #=> 100
*/
-static VALUE
+VALUE
rb_hash_rehash(VALUE hash)
{
VALUE tmp;