summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/time.c b/time.c
index b3eabbcc71..cf7ca22175 100644
--- a/time.c
+++ b/time.c
@@ -2353,6 +2353,7 @@ void
Init_Time(void)
{
#undef rb_intern
+#define rb_intern(str) rb_intern_const(str)
id_divmod = rb_intern("divmod");
id_mul = rb_intern("*");