Skip to content

Commit

Permalink
TIP #662: Un-deprecate Tcl_VarEval
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jul 31, 2023
1 parent 60c1d78 commit 551efd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Eval.3
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ then calls \fBTcl_Eval\fR to execute that string as a Tcl command.
It returns the result of the command and also modifies
\fIinterp->result\fR in the same way as \fBTcl_Eval\fR.
The last argument to \fBTcl_VarEval\fR must be NULL to indicate the end
of arguments. \fBTcl_VarEval\fR is now deprecated.
of arguments.
.PP
\fBTcl_VarEvalVA\fR is the same as \fBTcl_VarEval\fR except that
instead of taking a variable number of arguments it takes an argument
list. Like \fBTcl_VarEval\fR, \fBTcl_VarEvalVA\fR is deprecated.
list. \fBTcl_VarEvalVA\fR is now deprecated.

.SH "FLAG BITS"
.PP
Expand Down

0 comments on commit 551efd8

Please sign in to comment.