summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-06 08:48:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-06 08:48:57 (GMT)
commit1febf9e8972ab607090b31e5debd278e35c55bda (patch)
tree307bced75d43ff380e0320b0a7f753245475c553 /generic/tclTest.c
parent22298666ade7c7396ece86e2976309e955e9abd5 (diff)
downloadtcl-1febf9e8972ab607090b31e5debd278e35c55bda.zip
tcl-1febf9e8972ab607090b31e5debd278e35c55bda.tar.gz
tcl-1febf9e8972ab607090b31e5debd278e35c55bda.tar.bz2
fix two minor blunders, introduced by [1fb35ca910]
Only define _USE_32BIT_TIME_T for Tcl build, and only once.
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index aa5a46d..5dc95f9 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -15,11 +15,6 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#ifndef _WIN64
-/* See [Bug 3354324]: file mtime sets wrong time */
-# define _USE_32BIT_TIME_T
-#endif
-
#undef STATIC_BUILD
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS