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 | 7f282b3594655176c8010e0a744c3deb798b76e2 (patch) | |
tree | fc7ff6fa19f7038124207ce7c485fabee85a8ba8 /generic | |
parent | 3382c0c47fc468888766bc6bdc9b32d9e485baa2 (diff) | |
download | tcl-novem_remove_string_result.zip tcl-novem_remove_string_result.tar.gz tcl-novem_remove_string_result.tar.bz2 |
No string result -> no more need for TCL_RESULT_SIZEnovem_remove_string_result
Diffstat (limited to 'generic')
-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(): |