From a37463ef14409c81422b3c3d6c35a0dbd21f51b7 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: http://svn.ruby-lang.org/repos/ruby/trunk@17053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rational.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rational.c') diff --git a/rational.c b/rational.c index aaf1d3a8c..8bf786a16 100644 --- a/rational.c +++ b/rational.c @@ -1501,6 +1501,8 @@ nurat_s_induced_from(VALUE klass, VALUE n) void Init_Rational(void) { +#undef rb_intern + assert(fprintf(stderr, "assert() is now active\n")); id_Unify = rb_intern("Unify"); -- cgit