summaryrefslogtreecommitdiffstats
path: root/mac/tclMacPanic.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-04-11 19:19:55 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-04-11 19:19:55 (GMT)
commitd422692a8f6550443a4cf9ccac3ee45cd4aa66a3 (patch)
treed9f05afa9420890334339deb59874ee16d0dcc2e /mac/tclMacPanic.c
parent5d3d689b32158de8d6ba6c980d808d1f57a6567f (diff)
downloadtcl-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 'mac/tclMacPanic.c')
-rw-r--r--mac/tclMacPanic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/tclMacPanic.c b/mac/tclMacPanic.c
index f39c4ea..4f1f97f 100644
--- a/mac/tclMacPanic.c
+++ b/mac/tclMacPanic.c
@@ -161,7 +161,7 @@ TclpPanic TCL_VARARGS_DEF(CONST char *, format)
CloseWindow(macWinPtr);
exitNow:
-#ifdef TCL_DEBUG
+#ifndef NDEBUG
Debugger();
#else
abort();