summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-13 14:17:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-13 14:17:18 (GMT)
commit8514777f826612d38687d5c42e5a4283930ea9a3 (patch)
treea520d090db313e652949892f41b35fa4d4e6006c /generic
parent301cd0e3169d62df18868cdc5329b7983dd9c379 (diff)
downloadtcl-8514777f826612d38687d5c42e5a4283930ea9a3.zip
tcl-8514777f826612d38687d5c42e5a4283930ea9a3.tar.gz
tcl-8514777f826612d38687d5c42e5a4283930ea9a3.tar.bz2
Revert committed debugging configuration.
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 a0629c6..6c6e664 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4640,7 +4640,7 @@ void Tcl_Panic(const char *, ...) __attribute__((analyzer_noreturn));
*----------------------------------------------------------------
*/
-#define NRE_USE_SMALL_ALLOC 0 /* Only turn off for debugging purposes. */
+#define NRE_USE_SMALL_ALLOC 1 /* Only turn off for debugging purposes. */
#define NRE_ENABLE_ASSERTS 1
/*