summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-21 22:42:47 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-21 22:42:47 (GMT)
commit4c52dbbf38cecfacf395db9e4b997afca4fb89d8 (patch)
tree74f27840a66f878f15af8a6a5360a1b624736860 /generic/tclClock.c
parentad9fab80754ebdbd448c9aee064bb104964f02cf (diff)
downloadtcl-4c52dbbf38cecfacf395db9e4b997afca4fb89d8.zip
tcl-4c52dbbf38cecfacf395db9e4b997afca4fb89d8.tar.gz
tcl-4c52dbbf38cecfacf395db9e4b997afca4fb89d8.tar.bz2
Restored Cygwin buildability [Bug 1387154]
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index d476795..a939fb2 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclClock.c,v 1.20.2.2 2005/03/15 16:29:53 kennykb Exp $
+ * RCS: @(#) $Id: tclClock.c,v 1.20.2.3 2007/04/21 22:42:49 kennykb Exp $
*/
#include "tcl.h"
@@ -266,8 +266,8 @@ FormatClock(interp, clockVal, useGMT, format)
int result;
time_t tclockVal;
#if !defined(HAVE_TM_ZONE) && !defined(WIN32)
- int savedTimeZone = 0; /* lint. */
- char *savedTZEnv = NULL; /* lint. */
+ TIMEZONE_t savedTimeZone = 0; /* lint. */
+ char *savedTZEnv = NULL; /* lint. */
#endif
#ifdef HAVE_TZSET