From 28849ce257de28993e4786ed102a6f1f0433278e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Nov 2013 14:19:16 +0000 Subject: 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 --- inits.c | 1 - 1 file changed, 1 deletion(-) (limited to 'inits.c') diff --git a/inits.c b/inits.c index f6611a010d..fe0aade090 100644 --- a/inits.c +++ b/inits.c @@ -61,6 +61,5 @@ rb_call_inits(void) CALL(Complex); CALL(version); CALL(vm_trace); - CALL(sizes); } #undef CALL -- cgit v1.2.3