summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-06 12:02:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-06 12:02:33 (GMT)
commitbdbd34625bfa70bd5b6a3abbf16409e7b600926d (patch)
tree73d8a7b125babe4dff912a92ea0fcb29acc2ef41 /generic
parentf574e8789221eb4b0605558d910d72503c25da69 (diff)
parent9ec7e406cfc5b15bbe46a81a3545596f60c6acd9 (diff)
downloadtcl-bdbd34625bfa70bd5b6a3abbf16409e7b600926d.zip
tcl-bdbd34625bfa70bd5b6a3abbf16409e7b600926d.tar.gz
tcl-bdbd34625bfa70bd5b6a3abbf16409e7b600926d.tar.bz2
merge trunk
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 53a88d6..1c10695 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4636,7 +4636,7 @@ void Tcl_Panic(const char *, ...) __attribute__((analyzer_noreturn));
*----------------------------------------------------------------
*/
-#define NRE_USE_SMALL_ALLOC 1 /* Only turn off for debugging purposes. */
+#define NRE_USE_SMALL_ALLOC 0 /* Only turn off for debugging purposes. */
#define NRE_ENABLE_ASSERTS 1
/*