diff options
author | dgp <dgp@users.sourceforge.net> | 2003-05-12 17:35:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-05-12 17:35:42 (GMT) |
commit | 21e95c5ee392678b17a8b967801166f18b01a3ff (patch) | |
tree | 0d878d18b99310c87e99ef341f20a9c5e10dd9af | |
parent | c1cbcaf16356db5b361559d3e84b343d1b06dcc7 (diff) | |
download | tcl-21e95c5ee392678b17a8b967801166f18b01a3ff.zip tcl-21e95c5ee392678b17a8b967801166f18b01a3ff.tar.gz tcl-21e95c5ee392678b17a8b967801166f18b01a3ff.tar.bz2 |
* doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/Eval.3 | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-05-12 Don Porter <dgp@users.sourceforge.net> + + * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622]. + 2003-05-12 Miguel Sofer <msofer@users.sf.net> * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, @@ -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) |