From 5a647a3f5fd011f8558c7f9e90cd65e70e73eb40 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Jun 2008 09:25:32 +0000 Subject: * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. * *.c: no cache in init functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- id.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'id.c') diff --git a/id.c b/id.c index c5d7e3642b..0226a9f5aa 100644 --- a/id.c +++ b/id.c @@ -18,6 +18,8 @@ void Init_id(void) { +#undef rb_intern + /* Symbols */ symIFUNC = ID2SYM(rb_intern("")); symCFUNC = ID2SYM(rb_intern("")); -- cgit v1.2.3