aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.c b/proc.c
index 3213cedd74..08ec25cb3c 100644
--- a/proc.c
+++ b/proc.c
@@ -3078,6 +3078,7 @@ rb_method_curry(int argc, const VALUE *argv, VALUE self)
void
Init_Proc(void)
{
+#undef rb_intern
/* Proc */
rb_cProc = rb_define_class("Proc", rb_cObject);
rb_undef_alloc_func(rb_cProc);