Index: generic/xotclInt.h =================================================================== diff -u -r335be502582c8dbf25ed808978d56a8fde39c991 -r63626dfe7b97728f4103a7873214038e7b15d74e --- generic/xotclInt.h (.../xotclInt.h) (revision 335be502582c8dbf25ed808978d56a8fde39c991) +++ generic/xotclInt.h (.../xotclInt.h) (revision 63626dfe7b97728f4103a7873214038e7b15d74e) @@ -352,6 +352,7 @@ #define XOTCL_IS_CLASS 0x0040 #define XOTCL_IS_ROOT_META_CLASS 0x0080 #define XOTCL_IS_ROOT_CLASS 0x0100 +#define XOTCL_TCL_DELETE 0x0200 /* DESTROYED set, when object is physically destroyed with PrimitiveODestroy */ #define XOTCL_CMD_NOT_FOUND 0x1000 #define XOTCL_DURING_DELETE 0x2000