Index: generic/xotclStubInit.c =================================================================== diff -u -rb385d44db9e33f36d1629fbb0b82cf94d8dffe72 -r1c11937f4f0aea905fbedfbb9c2d1782b08833f5 --- generic/xotclStubInit.c (.../xotclStubInit.c) (revision b385d44db9e33f36d1629fbb0b82cf94d8dffe72) +++ generic/xotclStubInit.c (.../xotclStubInit.c) (revision 1c11937f4f0aea905fbedfbb9c2d1782b08833f5) @@ -49,8 +49,8 @@ XOTclDeleteClass, /* 10 */ NULL, /* 11 */ NULL, /* 12 */ - XOTclRemovePMethod, /* 13 */ - XOTclRemoveIMethod, /* 14 */ + XOTclRemoveObjectMethod, /* 13 */ + XOTclRemoveClassMethod, /* 14 */ XOTclOSetInstVar, /* 15 */ XOTclOGetInstVar, /* 16 */ NULL, /* 17 */ @@ -78,7 +78,7 @@ XOTclCallMethodWithArgs, /* 39 */ XOTclObjErrArgCnt, /* 40 */ XOTclAddObjectMethod, /* 41 */ - XOTclAddInstanceMethod, /* 42 */ + XOTclAddClassMethod, /* 42 */ XOTclCreate, /* 43 */ };