From 0bed6345ce53f647240bdd6895e5daecd0a48479 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 22 Oct 2018 13:56:41 +0000 Subject: [PATCH] Revert TM_IS_TIME to 1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)