diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-18 14:19:16 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-18 14:19:16 +0000 |
commit | 28849ce257de28993e4786ed102a6f1f0433278e (patch) | |
tree | 6f80313e09237e2aa60624e25af8e86d1d9bd739 /inits.c | |
parent | 340390093b1db331630d227edbd0f32d2d2b882a (diff) | |
download | ruby-28849ce257de28993e4786ed102a6f1f0433278e.tar.gz |
ext/rbconfig/sizeof: move to an extension library
* common.mk, ext/rbconfig/sizeof: move RbConfig::SIZEOF to an
extension library to get rid of annoying nmake VPATH rule.
* inits.c (rb_call_inits), miniinit.c (Init_sizes): RbConfig::SIZEOF
is no loger built-in.
* template/sizes.c.tmpl (Init_sizeof): rename initialization function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'inits.c')
-rw-r--r-- | inits.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -61,6 +61,5 @@ rb_call_inits(void) CALL(Complex); CALL(version); CALL(vm_trace); - CALL(sizes); } #undef CALL |