summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls7
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index b17c8e7..4437b7d 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.108 2007/05/05 23:33:14 dkf Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.109 2007/06/14 21:02:19 msofer Exp $
library tcl
@@ -901,9 +901,8 @@ declare 227 generic {
Tcl_Namespace *pathAry[])
}
declare 228 generic {
- int TclObjInterpProcCore(register Tcl_Interp *interp, CallFrame *framePtr,
- Tcl_Obj *procNameObj, int isLambda, int skip,
- ProcErrorProc errorProc)
+ int TclObjInterpProcCore(register Tcl_Interp *interp, Tcl_Obj *procNameObj,
+ int skip, ProcErrorProc errorProc)
}
declare 229 generic {
int TclPtrMakeUpvar(Tcl_Interp *interp, Var *otherP1Ptr,