From 28b9f11d5a4b878adb50a3e5472ceea8c462ed4a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Sep 2014 05:25:32 +0000 Subject: protoize no-arguments functions git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 1dabe2e24b..3e4ea1697e 100644 --- a/eval.c +++ b/eval.c @@ -1132,7 +1132,7 @@ rb_mod_prepend(int argc, VALUE *argv, VALUE module) } static VALUE -hidden_identity_hash_new() +hidden_identity_hash_new(void) { VALUE hash = rb_hash_new(); -- cgit v1.2.3