summaryrefslogtreecommitdiff
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 a8251dac7f..3ecd6a2b04 100644
--- a/hash.c
+++ b/hash.c
@@ -475,7 +475,7 @@ delete_if_i(key, value)
return ST_CONTINUE;
}
-static VALUE
+VALUE
rb_hash_delete_if(hash)
VALUE hash;
{