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/tclFCmd.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/tclFCmd.c')
| -rw-r--r-- | generic/tclFCmd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclFCmd.c b/generic/tclFCmd.c index 6611480..33c1496 100644 --- a/generic/tclFCmd.c +++ b/generic/tclFCmd.c @@ -10,11 +10,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 - #include "tclInt.h" #include "tclFileSystem.h" |
