diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-08-06 08:48:57 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-08-06 08:48:57 (GMT) |
| commit | bdccdff251d22ea453a7e919a6d9877a1d295526 (patch) | |
| tree | 307bced75d43ff380e0320b0a7f753245475c553 /generic/tclTest.c | |
| parent | 2b1db29c1c22c136a33ecefc4e021bd22c58f17e (diff) | |
| download | tcl-bdccdff251d22ea453a7e919a6d9877a1d295526.zip tcl-bdccdff251d22ea453a7e919a6d9877a1d295526.tar.gz tcl-bdccdff251d22ea453a7e919a6d9877a1d295526.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.c | 5 |
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 |
