diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-17 10:57:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-17 10:57:24 (GMT) |
commit | 5dbf2681d7206b079a706e9db96e4cf3f43edb25 (patch) | |
tree | 30692de3b7cd3e9f047d1c37c3b09c97b14b73db /doc/RecEvalObj.3 | |
parent | 709c26db6735431a77f3509d28a5c6c6309709bd (diff) | |
download | tcl-5dbf2681d7206b079a706e9db96e4cf3f43edb25.zip tcl-5dbf2681d7206b079a706e9db96e4cf3f43edb25.tar.gz tcl-5dbf2681d7206b079a706e9db96e4cf3f43edb25.tar.bz2 |
If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpace|appendResult|appendAvl|appendUsed) are not used any more.
Diffstat (limited to 'doc/RecEvalObj.3')
-rw-r--r-- | doc/RecEvalObj.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/RecEvalObj.3 b/doc/RecEvalObj.3 index 1b0f292..f9550a2 100644 --- a/doc/RecEvalObj.3 +++ b/doc/RecEvalObj.3 @@ -32,8 +32,6 @@ the command at global level instead of the current stack level. .PP \fBTcl_RecordAndEvalObj\fR is invoked to record a command as an event on the history list and then execute it using \fBTcl_EvalObjEx\fR -(or \fBTcl_GlobalEvalObj\fR if the \fBTCL_EVAL_GLOBAL\fR bit is set -in \fIflags\fR). It returns a completion code such as \fBTCL_OK\fR just like \fBTcl_EvalObjEx\fR, as well as a result value containing additional information (a result value or error message) |