Index: generic/nsfAPI.h =================================================================== diff -u -r9addecef4701fd68a81b54714a370a9de3eb25f3 -r143ac569e197689119f0e355bfa4a7fd7e4ee8fb --- generic/nsfAPI.h (.../nsfAPI.h) (revision 9addecef4701fd68a81b54714a370a9de3eb25f3) +++ generic/nsfAPI.h (.../nsfAPI.h) (revision 143ac569e197689119f0e355bfa4a7fd7e4ee8fb) @@ -603,7 +603,7 @@ NsfObject *withChildof = (NsfObject *)pc.clientData[0]; assert(pc.status == 0); - return NsfCNewMethod(interp, cl, withChildof, objc-pc.lastobjc, objv+pc.lastobjc); + return NsfCNewMethod(interp, cl, withChildof, objc-pc.lastObjc, objv+pc.lastObjc); } } @@ -1238,7 +1238,7 @@ Tcl_Obj *target = (Tcl_Obj *)pc.clientData[9]; assert(pc.status == 0); - return NsfMethodForwardCmd(interp, object, withPer_object, method, withDefault, withEarlybinding, withMethodprefix, withObjframe, withOnerror, withVerbose, target, objc-pc.lastobjc, objv+pc.lastobjc); + return NsfMethodForwardCmd(interp, object, withPer_object, method, withDefault, withEarlybinding, withMethodprefix, withObjframe, withOnerror, withVerbose, target, objc-pc.lastObjc, objv+pc.lastObjc); } } @@ -1318,7 +1318,7 @@ Tcl_Obj *methodName = (Tcl_Obj *)pc.clientData[1]; assert(pc.status == 0); - return NsfMyCmd(interp, withLocal, methodName, objc-pc.lastobjc, objv+pc.lastobjc); + return NsfMyCmd(interp, withLocal, methodName, objc-pc.lastObjc, objv+pc.lastObjc); } } @@ -1395,7 +1395,7 @@ Tcl_Obj *command = (Tcl_Obj *)pc.clientData[2]; assert(pc.status == 0); - return NsfObjectDispatchCmd(interp, object, withFrame, command, objc-pc.lastobjc, objv+pc.lastobjc); + return NsfObjectDispatchCmd(interp, object, withFrame, command, objc-pc.lastObjc, objv+pc.lastObjc); } } @@ -1631,7 +1631,7 @@ NsfObject *object = (NsfObject *)pc.clientData[0]; assert(pc.status == 0); - return NsfVarImportCmd(interp, object, objc-pc.lastobjc, objv+pc.lastobjc); + return NsfVarImportCmd(interp, object, objc-pc.lastObjc, objv+pc.lastObjc); } }