diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-12 17:44:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-12 17:44:12 (GMT) |
commit | e053444350d8c7765e32dac046af7423e3e82c63 (patch) | |
tree | fadd0bb6c55ecfeb38244b07afa45074e9c1cde6 /doc/Eval.3 | |
parent | 8606968d1609c45b49ee63b81ace58a077b6a1ba (diff) | |
download | tcl-e053444350d8c7765e32dac046af7423e3e82c63.zip tcl-e053444350d8c7765e32dac046af7423e3e82c63.tar.gz tcl-e053444350d8c7765e32dac046af7423e3e82c63.tar.bz2 |
* doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].
Diffstat (limited to 'doc/Eval.3')
-rw-r--r-- | doc/Eval.3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.13 2003/03/19 20:07:16 dgp Exp $ +'\" RCS: @(#) $Id: Eval.3,v 1.14 2003/05/12 17:44:28 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) |