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)
commit7f282b3594655176c8010e0a744c3deb798b76e2 (patch)
treefc7ff6fa19f7038124207ce7c485fabee85a8ba8
parent3382c0c47fc468888766bc6bdc9b32d9e485baa2 (diff)
downloadtcl-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
-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():