summaryrefslogtreecommitdiffstats
path: root/mac/tclMacSock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 19:19:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-11 19:19:55 (GMT)
commitf05db2499a1f26791588140d9c283f7ee8e7c23a (patch)
treed9f05afa9420890334339deb59874ee16d0dcc2e /mac/tclMacSock.c
parent35931d9a7cb0477591913a5a95bc958f75fbded8 (diff)
downloadtcl-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/tclMacSock.c')
-rw-r--r--mac/tclMacSock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/tclMacSock.c b/mac/tclMacSock.c
index f2bd171..35ecf9a 100644
--- a/mac/tclMacSock.c
+++ b/mac/tclMacSock.c
@@ -37,7 +37,7 @@ static int initialized = 0;
* and most code should handle such errors ok.
*/
-#ifndef TCL_DEBUG
+#ifdef NDEBUG
#define Debugger()
#endif