diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-21 09:09:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-21 09:09:27 (GMT) |
commit | 945186c2fac7c4c3ba9275d1c6cbb45b8e10a954 (patch) | |
tree | b06b227a7f1d921240813b6f1f759430067f1853 /unix/tclConfig.h.in | |
parent | 76563dda56abb106348d5a427414bba1c48749b1 (diff) | |
parent | bcd88b005a09280f4b9725d611fd3763fd07241f (diff) | |
download | tcl-945186c2fac7c4c3ba9275d1c6cbb45b8e10a954.zip tcl-945186c2fac7c4c3ba9275d1c6cbb45b8e10a954.tar.gz tcl-945186c2fac7c4c3ba9275d1c6cbb45b8e10a954.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 42abf34..31466bc 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -362,7 +362,7 @@ #undef TCL_CFGVAL_ENCODING /* Is debugging enabled? */ -#undef TCL_CFG_DEBUG +#undef NDEBUG /* Is this a 64-bit build? */ #undef TCL_CFG_DO64BIT |