ruby-changes:53092
From: nobu <ko1@a...>
Date: Mon, 22 Oct 2018 22:56:47 +0900 (JST)
Subject: [ruby-changes:53092] nobu:r65306 (trunk): Revert TM_IS_TIME to 1
nobu 2018-10-22 22:56:41 +0900 (Mon, 22 Oct 2018) New Revision: 65306 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65306 Log: Revert TM_IS_TIME to 1 Modified files: trunk/time.c Index: time.c =================================================================== --- time.c (revision 65305) +++ time.c (revision 65306) @@ -42,7 +42,7 @@ static ID id_local_to_utc, id_utc_to_loc https://github.com/ruby/ruby/blob/trunk/time.c#L42 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/