diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-08-08 10:32:39 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-08-08 10:32:39 (GMT) |
commit | a130a8ddcf0c1ad3d5b3521fd6304e1850b60997 (patch) | |
tree | 5ac50dfaff7dde2e41e507277f70fefdbbda6be3 /generic/tclTest.c | |
parent | 6aee63effa88b49ebd875a8f1615454f842820f2 (diff) | |
parent | 801097f82faf5fefd9787952fc0ffb91c248f9ca (diff) | |
download | tcl-a130a8ddcf0c1ad3d5b3521fd6304e1850b60997.zip tcl-a130a8ddcf0c1ad3d5b3521fd6304e1850b60997.tar.gz tcl-a130a8ddcf0c1ad3d5b3521fd6304e1850b60997.tar.bz2 |
merge trunk
FossilOrigin-Name: 27388707f2261df4c934c2c8b7e275db6dd2ddf8
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 |