summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 74e5313..3caa7c6 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -35,8 +35,8 @@ TCL_DECLARE_MUTEX(tableMutex)
*/
#ifdef TCL_COMPILE_DEBUG
-int tclTraceCompile = 2;
-static int traceInitialized = 1;
+int tclTraceCompile = 0;
+static int traceInitialized = 0;
#endif
/*