diff options
author | das <das> | 2008-08-14 02:22:15 (GMT) |
---|---|---|
committer | das <das> | 2008-08-14 02:22:15 (GMT) |
commit | 74a9c30730098d06b41f2da50910e864854e06de (patch) | |
tree | dae18e759c2f6c20078bc85c520ecf83102f36ca | |
parent | d2a98c066035c60995e044906c3619b7c5293012 (diff) | |
download | tcl-74a9c30730098d06b41f2da50910e864854e06de.zip tcl-74a9c30730098d06b41f2da50910e864854e06de.tar.gz tcl-74a9c30730098d06b41f2da50910e864854e06de.tar.bz2 |
typo
-rw-r--r-- | generic/tclCompile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index de25b1b..1e32569 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.90.2.4 2008/08/14 02:12:08 das Exp $ + * RCS: @(#) $Id: tclCompile.h,v 1.90.2.5 2008/08/14 02:22:15 das Exp $ */ #ifndef _TCLCOMPILATION @@ -1337,9 +1337,6 @@ MODULE_SCOPE void TclDTraceInfo(Tcl_Obj *info, char **args, int *argsi); #undef TCL_DTRACE_DEBUG_INST_PROBES #define TCL_DTRACE_DEBUG_INST_PROBES 0 #endif -OG_ENABLED 0 -#endif - MODULE_SCOPE int tclDTraceDebugEnabled, tclDTraceDebugIndent; MODULE_SCOPE FILE *tclDTraceDebugLog; |