diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-24 09:19:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-24 09:19:43 (GMT) |
commit | 24e886305c2774d0864041db6f1f433f350e24d4 (patch) | |
tree | 99551c50c05c2b705f9631a99af898132ad83bd1 /generic/tclBasic.c | |
parent | 7e5a0b2c65911122445120f1eecbe93e777b5642 (diff) | |
parent | 48ac4215cf78865b39eadc4341f8c59def82aa12 (diff) | |
download | tcl-24e886305c2774d0864041db6f1f433f350e24d4.zip tcl-24e886305c2774d0864041db6f1f433f350e24d4.tar.gz tcl-24e886305c2774d0864041db6f1f433f350e24d4.tar.bz2 |
Merge trunk.
Use "tcl9" in stead of "tcl8" in various Makefiles, which (finally) allows to remove the hack in tm.tcl introduced in [387d3899e088f9e4]
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 4dca671..91cd83c 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -22,10 +22,7 @@ #include "tclCompile.h" #include "tommath.h" #include <math.h> - -#if NRE_ENABLE_ASSERTS #include <assert.h> -#endif #define INTERP_STACK_INITIAL_SIZE 2000 #define CORO_STACK_INITIAL_SIZE 200 |