Index: generic/xotcl.h =================================================================== diff -u -r108d81ec266a27d011953bdc6b7d8b32eb0afcc7 -recc8a110c338877202b900868da32eb8dcd561ad --- generic/xotcl.h (.../xotcl.h) (revision 108d81ec266a27d011953bdc6b7d8b32eb0afcc7) +++ generic/xotcl.h (.../xotcl.h) (revision ecc8a110c338877202b900868da32eb8dcd561ad) @@ -79,8 +79,14 @@ #define OBJDELETION_TRACE 1 #define STACK_TRACE 1 #define PARSE_TRACE 1 +#define PARSE_TRACE_FULL 1 */ + +#if defined PARSE_TRACE_FULL +# define PARSE_TRACE 1 +#endif + #ifdef XOTCL_MEM_COUNT # define DO_FULL_CLEANUP 1 #endif