Index: generic/xotclInt.h =================================================================== diff -u -r04747ba752ca2b7a4f30586348e39ab04f190da9 -rf3cbadd6d76459cc00032877fa905bb618e9f780 --- generic/xotclInt.h (.../xotclInt.h) (revision 04747ba752ca2b7a4f30586348e39ab04f190da9) +++ generic/xotclInt.h (.../xotclInt.h) (revision f3cbadd6d76459cc00032877fa905bb618e9f780) @@ -412,7 +412,7 @@ #define XOTCL_IS_ROOT_META_CLASS 0x0080 #define XOTCL_IS_ROOT_CLASS 0x0100 /* DESTROYED set, when object is physically destroyed with PrimitiveODestroy */ -#define XOTCL_MUST_DELETE 0x1000 +#define XOTCL_CMD_NOT_FOUND 0x1000 #define XOTCL_DURING_DELETE 0x2000 #define XOTCL_DELETED 0x4000 #define XOTCL_RECREATE 0x8000 @@ -665,6 +665,7 @@ int cacheInterface; int exitHandlerDestroyRound; int returnCode; + int deallocCalled; long newCounter; XOTclStringIncrStruct iss; Proc fakeProc;