diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-11 19:19:55 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-11 19:19:55 (GMT) |
| commit | d422692a8f6550443a4cf9ccac3ee45cd4aa66a3 (patch) | |
| tree | d9f05afa9420890334339deb59874ee16d0dcc2e /win/tclWinInit.c | |
| parent | 5d3d689b32158de8d6ba6c980d808d1f57a6567f (diff) | |
| download | tcl-d422692a8f6550443a4cf9ccac3ee45cd4aa66a3.zip tcl-d422692a8f6550443a4cf9ccac3ee45cd4aa66a3.tar.gz tcl-d422692a8f6550443a4cf9ccac3ee45cd4aa66a3.tar.bz2 | |
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation
Diffstat (limited to 'win/tclWinInit.c')
| -rw-r--r-- | win/tclWinInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c index acaf705..fc09ef5 100644 --- a/win/tclWinInit.c +++ b/win/tclWinInit.c @@ -673,7 +673,7 @@ TclpSetVariables(interp) TCL_GLOBAL_ONLY); } -#ifdef _DEBUG +#ifndef NDEBUG /* * The existence of the "debug" element of the tcl_platform array indicates * that this particular Tcl shell has been compiled with debug information. |
