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