summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-01-22 12:13:17 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-01-22 12:13:17 (GMT)
commitafe88c669a789d53b1af0466dac4080cfa0ded31 (patch)
treef8e7b570982f2b528ff94f6e3389ec228acc95c0 /generic/tclTest.c
parent9bc1002fd95d4bc6a4489afc929b1d279ff1d30d (diff)
parente98d01bfd847d1951270ab55ba9375dfc18605f3 (diff)
downloadtcl-afe88c669a789d53b1af0466dac4080cfa0ded31.zip
tcl-afe88c669a789d53b1af0466dac4080cfa0ded31.tar.gz
tcl-afe88c669a789d53b1af0466dac4080cfa0ded31.tar.bz2
merge from 8.5 main branch
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 98208af..cb0faad 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -15,6 +15,11 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
+#ifndef _WIN64
+/* See [Bug 2935503]: file mtime sets wrong time */
+# define _USE_32BIT_TIME_T
+#endif
+
#define TCL_TEST
#include "tclInt.h"