mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert TM_IS_TIME to 1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
385b772149
commit
0bed6345ce
1 changed files with 1 additions and 1 deletions
2
time.c
2
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)
|
||||
|
|
Loading…
Reference in a new issue