Index: generic/xotcl.h =================================================================== diff -u -r44b916888bf0d89743347039b35ede09e7d9b945 -r0681f4a21fef723a8d6f5a4da698e5b70189765d --- generic/xotcl.h (.../xotcl.h) (revision 44b916888bf0d89743347039b35ede09e7d9b945) +++ generic/xotcl.h (.../xotcl.h) (revision 0681f4a21fef723a8d6f5a4da698e5b70189765d) @@ -129,10 +129,10 @@ # endif #endif -#define XOTCL_PROTECTED_METHOD 0x00010000 -#define XOTCL_NONLEAF_METHOD 0x00020000 +#define XOTCL_CMD_PROTECTED_METHOD 0x00010000 +/* XOTCL_CMD_NONLEAF_METHOD is used to flag, if a Method implemented via cmd calls "next" */ +#define XOTCL_CMD_NONLEAF_METHOD 0x00020000 - /* * A special definition used to allow this header file to be included * in resource files so that they can get obtain version information from