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 d7bd4c8355..a7fd5cb2c0 100644
--- a/hash.c
+++ b/hash.c
@@ -901,7 +901,7 @@ rb_hash_default_proc(VALUE hash)
* h["cat"] #=> "catcat"
*/
-static VALUE
+VALUE
rb_hash_set_default_proc(VALUE hash, VALUE proc)
{
VALUE b;