From 551efd8e1ed5ebe3085589a53cf0cef7271a4e78 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 31 Jul 2023 07:55:54 +0000 Subject: TIP #662: Un-deprecate Tcl_VarEval --- doc/Eval.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Eval.3 b/doc/Eval.3 index ec4b111..98a2c9e 100644 --- a/doc/Eval.3 +++ b/doc/Eval.3 @@ -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 -- cgit v0.12