aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-31 17:23:37 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-31 17:23:37 +0900
commit93735f8fc0597b9f52e631739f68965ff8a4a81c (patch)
treedecce8178ba388fc340e80c46c69b16836531734 /time.c
parentd5fb51d2d3a7ba0e16042282d0f94c5336ed2cc1 (diff)
downloadruby-93735f8fc0597b9f52e631739f68965ff8a4a81c.tar.gz
Moved time.rb to timev.rb
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 6104596b9c..785a584c56 100644
--- a/time.c
+++ b/time.c
@@ -5949,4 +5949,4 @@ Init_Time(void)
if (0) get_tmopt(Qnil, NULL);
}
-#include "time.rbinc"
+#include "timev.rbinc"