diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 19:19:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-11 19:19:55 (GMT) |
commit | f05db2499a1f26791588140d9c283f7ee8e7c23a (patch) | |
tree | d9f05afa9420890334339deb59874ee16d0dcc2e /mac/tclMacPanic.c | |
parent | 35931d9a7cb0477591913a5a95bc958f75fbded8 (diff) | |
download | tcl-f05db2499a1f26791588140d9c283f7ee8e7c23a.zip tcl-f05db2499a1f26791588140d9c283f7ee8e7c23a.tar.gz tcl-f05db2499a1f26791588140d9c283f7ee8e7c23a.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.c | 2 |
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(); |