summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-24 09:19:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-24 09:19:43 (GMT)
commit24e886305c2774d0864041db6f1f433f350e24d4 (patch)
tree99551c50c05c2b705f9631a99af898132ad83bd1 /generic/tclBasic.c
parent7e5a0b2c65911122445120f1eecbe93e777b5642 (diff)
parent48ac4215cf78865b39eadc4341f8c59def82aa12 (diff)
downloadtcl-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.c3
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