From 75a5dcf170049bcae15b18350ff7c7950f598f01 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 25 Apr 2016 05:38:55 +0000 Subject: sizes.c.tmpl: extra semicolon * template/sizes.c.tmpl (DEFINE): remove extra semicolon. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/sizes.c.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/sizes.c.tmpl b/template/sizes.c.tmpl index da061ce509..bd4a7c56de 100644 --- a/template/sizes.c.tmpl +++ b/template/sizes.c.tmpl @@ -19,7 +19,7 @@ Init_sizeof(void) VALUE s = rb_hash_new(); rb_define_const(rb_define_module("RbConfig"), "SIZEOF", s); -#define DEFINE(type, size) rb_hash_aset(s, rb_str_new_cstr(#type), INT2FIX(SIZEOF_##size)); +#define DEFINE(type, size) rb_hash_aset(s, rb_str_new_cstr(#type), INT2FIX(SIZEOF_##size)) % types.each do |type| % cond = conditions[type] -- cgit v1.2.3