summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 2 insertions, 0 deletions
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");