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 --- numeric.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 6374982c3f..318d6046f3 100644 --- a/numeric.c +++ b/numeric.c @@ -3092,6 +3092,8 @@ fix_even_p(VALUE num) void Init_Numeric(void) { +#undef rb_intern + #if defined(__FreeBSD__) && __FreeBSD__ < 4 /* allow divide by zero -- Inf */ fpsetmask(fpgetmask() & ~(FP_X_DZ|FP_X_INV|FP_X_OFL)); -- cgit v1.2.3