diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-22 13:56:41 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-22 13:56:41 +0000 |
commit | 0bed6345ce53f647240bdd6895e5daecd0a48479 (patch) | |
tree | 5a016f2bb464111890255df31205e401e1bc06c4 | |
parent | 385b7721494abf8e50d57db33cbd358abb0d780f (diff) |
Revert TM_IS_TIME to 1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | time.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |