Index: generic/xotcl.h =================================================================== diff -u -r815c11d71dff9a1af0f2c48e1be2f58e201dad6a -r2f283277aff2bb9488419a4fbe2442a5b17546e5 --- generic/xotcl.h (.../xotcl.h) (revision 815c11d71dff9a1af0f2c48e1be2f58e201dad6a) +++ generic/xotcl.h (.../xotcl.h) (revision 2f283277aff2bb9488419a4fbe2442a5b17546e5) @@ -144,10 +144,10 @@ # endif #endif -#define XOTCL_CMD_PROTECTED_METHOD 0x00010000 -#define XOTCL_CMD_STATIC_METHOD 0x00020000 +#define XOTCL_CMD_PROTECTED_METHOD 0x00010000 +#define XOTCL_CMD_REDEFINE_PROTECTED_METHOD 0x00020000 /* XOTCL_CMD_NONLEAF_METHOD is used to flag, if a Method implemented via cmd calls "next" */ -#define XOTCL_CMD_NONLEAF_METHOD 0x00040000 +#define XOTCL_CMD_NONLEAF_METHOD 0x00040000 /* * A special definition used to allow this header file to be included