Index: generic/xotcl.h =================================================================== diff -u -r46f02e4868e118466d888b35d6b281b3f2ba31ac -r2111020b49da8ce57758e51accf0b6073037f0d2 --- generic/xotcl.h (.../xotcl.h) (revision 46f02e4868e118466d888b35d6b281b3f2ba31ac) +++ generic/xotcl.h (.../xotcl.h) (revision 2111020b49da8ce57758e51accf0b6073037f0d2) @@ -4,7 +4,7 @@ * * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2006 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun * * This software is based upon MIT Object Tcl by David Wetherall and * Christopher J. Lindblad, that contains the following copyright @@ -47,35 +47,34 @@ #define XOTCL_BYTECODE */ +/* activate/deacticate profiling information at the end + of running the program +#define PROFILE +*/ + +/* make self, proc and class in instproc and procs +#define AUTOVARS +*/ + #define KEEP_TCL_CMD_TYPE 1 /* activate/deacticate assert #define NDEBUG 1 */ #define NDEBUG 1 - /* activate/deacticate memory tracing #define XOTCL_MEM_TRACE 1 #define XOTCL_MEM_COUNT 1 */ + /*#define REFCOUNTED 1*/ /* #define XOTCLOBJ_TRACE 1 #define REFCOUNT_TRACE 1 -#define DISPATCH_TRACE 1 */ -/* activate/deacticate profiling information at the end - of running the program -#define PROFILE -*/ - -/* make self, proc and class in instproc and procs -#define AUTOVARS -*/ - /* turn tracing output on/off #define CALLSTACK_TRACE 1 #define DISPATCH_TRACE 1