diff options
Diffstat (limited to 'mac/tclMacSock.c')
-rw-r--r-- | mac/tclMacSock.c | 2 |
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 |