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 --- complex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'complex.c') diff --git a/complex.c b/complex.c index 16bf8f05b4..6bc004a5d0 100644 --- a/complex.c +++ b/complex.c @@ -1387,6 +1387,8 @@ numeric_conjugate(VALUE self) void Init_Complex(void) { +#undef rb_intern + assert(fprintf(stderr, "assert() is now active\n")); id_Unify = rb_intern("Unify"); -- cgit v1.2.3