summaryrefslogtreecommitdiffstats
path: root/doc/Interp.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-23 13:56:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-23 13:56:21 (GMT)
commitca83d59e105a63a11629179fdbe98eac702c23fc (patch)
treef8b3f6fba78628b32c46fa93aa7cfa1572f471eb /doc/Interp.3
parent119652bd95761672adbaaae020c3c30141104a19 (diff)
parentfac696b394e95b3b53db29f0f642b5230492ea79 (diff)
downloadtcl-ca83d59e105a63a11629179fdbe98eac702c23fc.zip
tcl-ca83d59e105a63a11629179fdbe98eac702c23fc.tar.gz
tcl-ca83d59e105a63a11629179fdbe98eac702c23fc.tar.bz2
merge core-8-branch.
now really remove the math-related functions when compiling with -DTCL_NO_DEPRECATED. Also no longer supply Tcl_Value, Tcl_ValueType and TCL_RESULT_SPACE.
Diffstat (limited to 'doc/Interp.3')
-rw-r--r--doc/Interp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Interp.3 b/doc/Interp.3
index 731007b..4ccff21 100644
--- a/doc/Interp.3
+++ b/doc/Interp.3
@@ -101,7 +101,7 @@ the command. The \fIfreeProc\fR field will be initialized to zero,
and \fIinterp->result\fR will point to an empty string. Commands that
do not return any value can simply leave the fields alone.
Furthermore, the empty string pointed to by \fIresult\fR is actually
-part of an array of \fBTCL_RESULT_SIZE\fR characters (approximately 200).
+part of an array of approximately 200 characters.
If a command wishes to return a short string, it can simply copy
it to the area pointed to by \fIinterp->result\fR. Or, it can use
the sprintf procedure to generate a short result string at the location