1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

sizes.c.tmpl: autogenerate

* template/sizes.c.tmpl: generate automatically by extracting
  RUBY_CHECK_SIZEOF from configure.in.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-08-26 03:37:15 +00:00
parent c3ab2dc6ae
commit 21d7cd3988
6 changed files with 49 additions and 57 deletions

View file

@ -28,3 +28,9 @@ Init_enc_set_filesystem_encoding(void)
{
return rb_enc_to_index(rb_default_external_encoding());
}
/* sizes.c */
void
Init_sizes(void)
{
}