diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-11-29 21:34:22 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-11-29 21:34:22 (GMT) |
| commit | f52f05c3b18acb227195e67c74f3809f824a35fb (patch) | |
| tree | fc7ff6fa19f7038124207ce7c485fabee85a8ba8 | |
| parent | 03bdf41de2ee32283160a235dc221e2ab38c4b64 (diff) | |
| download | tcl-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.h | 2 |
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(): |
