From 8573448db25b12590dbf42d632528b39b2067aaf Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 27 Nov 1999 21:18:01 +0000 Subject: [PATCH] one tmbuf is enough --- ext/standard/parsedate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 17b21b3ecd..e8dfa8c80b 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -539,7 +539,7 @@ int GetTimeInfo(TIMEINFO *Now) struct timeval tv; #endif /* defined(HAVE_GETTIMEOFDAY) */ #if !defined(HAVE_TM_GMTOFF) - struct tm local, tmbuf; + struct tm local; struct tm gmt; #endif /* !defined(HAVE_TM_GMTOFF) */ -- 2.40.0