summaryrefslogtreecommitdiffstats
path: root/doc/Eval.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-05-12 17:35:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-05-12 17:35:42 (GMT)
commit4d371261ae296c76cb1784f1c9a183b24bd3840f (patch)
tree0d878d18b99310c87e99ef341f20a9c5e10dd9af /doc/Eval.3
parent88277cfbf1cceab46833ba93902ebb9fe1da8133 (diff)
downloadtcl-4d371261ae296c76cb1784f1c9a183b24bd3840f.zip
tcl-4d371261ae296c76cb1784f1c9a183b24bd3840f.tar.gz
tcl-4d371261ae296c76cb1784f1c9a183b24bd3840f.tar.bz2
* doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].
Diffstat (limited to 'doc/Eval.3')
-rw-r--r--doc/Eval.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Eval.3 b/doc/Eval.3
index 774aa55..f6edb2f 100644
--- a/doc/Eval.3
+++ b/doc/Eval.3
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Eval.3,v 1.12.2.1 2003/03/19 20:06:50 dgp Exp $
+'\" RCS: @(#) $Id: Eval.3,v 1.12.2.2 2003/05/12 17:35:43 dgp Exp $
'\"
.so man.macros
.TH Tcl_Eval 3 8.1 Tcl "Tcl Library Procedures"
@@ -37,7 +37,7 @@ int
\fBTcl_GlobalEval\fR(\fIinterp, script\fR)
.sp
int
-\fBTcl_GlobalEvalObj\fR(\fIinterp, objPtr, flags\fR)
+\fBTcl_GlobalEvalObj\fR(\fIinterp, objPtr\fR)
.sp
int
\fBTcl_VarEval\fR(\fIinterp, string, string, ... \fB(char *) NULL\fR)