summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/time.c b/time.c
index f6e97244a4..c35c9a15f4 100644
--- a/time.c
+++ b/time.c
@@ -2338,6 +2338,8 @@ time_load(VALUE klass, VALUE str)
void
Init_Time(void)
{
+#undef rb_intern
+
id_divmod = rb_intern("divmod");
id_mul = rb_intern("*");
id_submicro = rb_intern("submicro");