summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-14 21:02:17 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-14 21:02:17 (GMT)
commit86cf6a1ccd20d49d9898336b899d3a335a2b41d2 (patch)
treee07818ee6936b7b5d9b44fd89a251a9c56f45ac1 /generic/tclInt.decls
parentf2024f79b6706bbd501492326da4833fe642d27f (diff)
downloadtcl-86cf6a1ccd20d49d9898336b899d3a335a2b41d2.zip
tcl-86cf6a1ccd20d49d9898336b899d3a335a2b41d2.tar.gz
tcl-86cf6a1ccd20d49d9898336b899d3a335a2b41d2.tar.bz2
* generic/tclInt.decls: Modif to the internals of
* generic/tclInt.h: TclObjInterpProc to reduce stack * generic/tclIntDecls.h: consumption and improve task * generic/tclProc.c: separation. Changes the interface of TclObjInterpProcCore (patching TclOO simultaneously).
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,