summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das>2008-08-14 02:16:36 (GMT)
committerdas <das>2008-08-14 02:16:36 (GMT)
commit94b68024308ffd3abbb8c2b33f1578eea15f7d07 (patch)
tree0ab3cb89a9cd20d3da9407a8a88cf1164356ef37 /generic
parentf4104c736e717c8d8f03582e042992b4128d56ae (diff)
downloadtcl-94b68024308ffd3abbb8c2b33f1578eea15f7d07.zip
tcl-94b68024308ffd3abbb8c2b33f1578eea15f7d07.tar.gz
tcl-94b68024308ffd3abbb8c2b33f1578eea15f7d07.tar.bz2
typo
Diffstat (limited to 'generic')
-rw-r--r--generic/tclCompile.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 4bf78af..f859e11 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompile.h,v 1.103 2008/08/14 02:11:51 das Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.104 2008/08/14 02:16:36 das Exp $
*/
#ifndef _TCLCOMPILATION
@@ -1236,9 +1236,11 @@ MODULE_SCOPE int TclWordKnownAtCompileTime(Tcl_Token *tokenPtr,
* by default due to the significant performance impact).
*/
+/*
#define TCL_DTRACE_DEBUG 1
-//#define TCL_DTRACE_DEBUG_LOG_ENABLED 1
+#define TCL_DTRACE_DEBUG_LOG_ENABLED 1
#define TCL_DTRACE_DEBUG_INST_PROBES 1
+*/
#if !(defined(TCL_DTRACE_DEBUG) && defined(__GNUC__))