Index: generic/xotclInt.h =================================================================== diff -u -r7cb7c751d63fe0eece5756910e3f0b18e61a4d16 -r8d4f0d69f9586bdafbffa45b0368b84b86169bca --- generic/xotclInt.h (.../xotclInt.h) (revision 7cb7c751d63fe0eece5756910e3f0b18e61a4d16) +++ generic/xotclInt.h (.../xotclInt.h) (revision 8d4f0d69f9586bdafbffa45b0368b84b86169bca) @@ -423,7 +423,6 @@ #define XOTCL_DURING_DELETE 0x2000 #define XOTCL_DELETED 0x4000 #define XOTCL_RECREATE 0x8000 -#define XOTCL_NS_DESTROYED 0xc000 #define XOTclObjectSetClass(obj) \ (obj)->flags |= XOTCL_IS_CLASS @@ -501,7 +500,6 @@ XOTclCmdList *isObjectMixinOf; XOTclCmdList *isClassMixinOf; XOTclAssertionStore *assertions; - Tcl_Obj *parameterClass; #ifdef XOTCL_OBJECTDATA Tcl_HashTable *objectdata; #endif @@ -518,7 +516,7 @@ /*struct XOTclClass *parent;*/ Tcl_HashTable instances; Tcl_Namespace *nsPtr; - Tcl_Obj *parameters; + /*Tcl_Obj *parameters;*/ XOTclClassOpt *opt; } XOTclClass;