diff options
| author | dgp@users.sourceforge.net <dgp> | 2003-05-12 17:35:42 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2003-05-12 17:35:42 (GMT) |
| commit | aee09e1384ecf96d58d2202a0305bdcfffb5630e (patch) | |
| tree | 0d878d18b99310c87e99ef341f20a9c5e10dd9af | |
| parent | 067c7e693693fdcbc32d7faf390dbf3ce81217d1 (diff) | |
| download | tcl-aee09e1384ecf96d58d2202a0305bdcfffb5630e.zip tcl-aee09e1384ecf96d58d2202a0305bdcfffb5630e.tar.gz tcl-aee09e1384ecf96d58d2202a0305bdcfffb5630e.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) |
