summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 16b89bfacd..d579e307d6 100644
--- a/hash.c
+++ b/hash.c
@@ -178,6 +178,7 @@ rb_hash_foreach(hash, func, farg)
return rb_ensure(rb_hash_foreach_call, (VALUE)&arg, rb_hash_foreach_ensure, hash);
}
+static VALUE hash_alloc _((VALUE));
static VALUE
hash_alloc(klass)
VALUE klass;