summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-29 21:34:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-29 21:34:22 (GMT)
commitf52f05c3b18acb227195e67c74f3809f824a35fb (patch)
treefc7ff6fa19f7038124207ce7c485fabee85a8ba8
parent03bdf41de2ee32283160a235dc221e2ab38c4b64 (diff)
downloadtcl-f52f05c3b18acb227195e67c74f3809f824a35fb.zip
tcl-f52f05c3b18acb227195e67c74f3809f824a35fb.tar.gz
tcl-f52f05c3b18acb227195e67c74f3809f824a35fb.tar.bz2
No string result -> no more need for TCL_RESULT_SIZE
-rw-r--r--generic/tcl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index c7b9e6a..48b5d53 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -600,8 +600,6 @@ typedef struct stat *Tcl_OldStat_;
#define TCL_BREAK 3
#define TCL_CONTINUE 4
-#define TCL_RESULT_SIZE 200
-
/*
*----------------------------------------------------------------------------
* Flags to control what substitutions are performed by Tcl_SubstObj():