summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-22 13:56:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-22 13:56:41 +0000
commit0bed6345ce53f647240bdd6895e5daecd0a48479 (patch)
tree5a016f2bb464111890255df31205e401e1bc06c4 /time.c
parent385b7721494abf8e50d57db33cbd358abb0d780f (diff)
Revert TM_IS_TIME to 1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 cc3a6b6647..996e1b0e9d 100644
--- a/time.c
+++ b/time.c
@@ -42,7 +42,7 @@ static ID id_local_to_utc, id_utc_to_local;
static ID id_year, id_mon, id_mday, id_hour, id_min, id_sec, id_isdst, id_name;
#ifndef TM_IS_TIME
-#define TM_IS_TIME 0
+#define TM_IS_TIME 1
#endif
#define NDIV(x,y) (-(-((x)+1)/(y))-1)