зеркало из https://github.com/github/ruby.git
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
This commit is contained in:
Родитель
847654a3c8
Коммит
75a5dcf170
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче