Index: generic/xotclInt.h =================================================================== diff -u -r0e506e4f3ccee7f65c9662ffaff46f75027855e9 -r4c6a52f970030c4f59fdc97273e41febe5b3eb13 --- generic/xotclInt.h (.../xotclInt.h) (revision 0e506e4f3ccee7f65c9662ffaff46f75027855e9) +++ generic/xotclInt.h (.../xotclInt.h) (revision 4c6a52f970030c4f59fdc97273e41febe5b3eb13) @@ -316,8 +316,7 @@ #define XOTCL_CHECK_FAILED 6 /* flags for call method */ -#define XOTCL_CM_NO_FILTERS 1 -#define XOTCL_CM_NO_UNKNOWN 2 +#define XOTCL_CM_NO_UNKNOWN 1 /* * @@ -480,7 +479,6 @@ XOTclMixinStack *mixinStack; int refCount; short flags; - Tcl_HashTable *nonposArgsTable; } XOTclObject; typedef struct XOTclObjects { @@ -513,7 +511,6 @@ Tcl_Namespace *nsPtr; Tcl_Obj *parameters; XOTclClassOpt *opt; - Tcl_HashTable *nonposArgsTable; } XOTclClass; typedef struct XOTclClasses {