From 623cf29787e8c798f711622450c748ac65f22cea Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Sep 2017 23:41:19 +0000 Subject: sizes.c.tmpl: prototype * template/sizes.c.tmpl (Init_limits): turned a K&R style declaration into a prototype declaration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/sizes.c.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/sizes.c.tmpl') diff --git a/template/sizes.c.tmpl b/template/sizes.c.tmpl index 0fc8fe8218..848a29f4be 100644 --- a/template/sizes.c.tmpl +++ b/template/sizes.c.tmpl @@ -25,10 +25,10 @@ conditions = { #endif % end +extern void Init_limits(void); void Init_sizeof(void) { - extern void Init_limits(); VALUE s = rb_hash_new(); rb_define_const(rb_define_module("RbConfig"), "SIZEOF", s); -- cgit v1.2.1