git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-07-02 15:42:18 +00:00
Родитель fbf2cc7caf
Коммит e8f835a10e
1 изменённых файлов: 1 добавлений и 1 удалений

2
time.c
Просмотреть файл

@ -1878,7 +1878,7 @@ find_time_t(struct tm *tptr, int utc_p, time_t *tp)
int find_dst; int find_dst;
struct tm result; struct tm result;
int try_interpolation; int try_interpolation;
unsigned long range; unsigned long range = 0;
#ifdef FIND_TIME_NUMGUESS #ifdef FIND_TIME_NUMGUESS
#define GUESS(p) (find_time_numguess++, (utc_p ? gmtime_with_leapsecond(p, &result) : LOCALTIME(p, result))) #define GUESS(p) (find_time_numguess++, (utc_p ? gmtime_with_leapsecond(p, &result) : LOCALTIME(p, result)))