Index: generic/xotcl.h =================================================================== diff -u -rf79e2c8697d6f0ae0082c257a65240e815e99ad8 -r9f1d59741223795c836a0e8230a891781ecfc09e --- generic/xotcl.h (.../xotcl.h) (revision f79e2c8697d6f0ae0082c257a65240e815e99ad8) +++ generic/xotcl.h (.../xotcl.h) (revision 9f1d59741223795c836a0e8230a891781ecfc09e) @@ -79,6 +79,7 @@ #define STACK_TRACE 1 #define PARSE_TRACE 1 #define PARSE_TRACE_FULL 1 +#define CONFIGURE_ARGS_TRACE 1 */ /* @@ -89,13 +90,6 @@ #define CANONICAL_ARGS 1 #define TCL85STACK 1 -#define CONFIGURE_ARGS 1 - -#if defined(CONFIGURE_ARGS) -# define CANONICAL_ARGS 1 -/*# define CONFIGURE_ARGS_TRACE 1*/ -#endif - #if defined(PARSE_TRACE_FULL) # define PARSE_TRACE 1 #endif