diff options
| author | dgp@users.sourceforge.net <dgp> | 2013-07-27 20:29:42 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2013-07-27 20:29:42 (GMT) |
| commit | 38c668a8295954e4c4b30fbea4952a988a01f17d (patch) | |
| tree | 826d164504d73a621e72379ab5694256271b4c28 /generic/tclCompile.c | |
| parent | 8ed5a0d484839ea069feb33266bf198739cf2763 (diff) | |
| download | tcl-38c668a8295954e4c4b30fbea4952a988a01f17d.zip tcl-38c668a8295954e4c4b30fbea4952a988a01f17d.tar.gz tcl-38c668a8295954e4c4b30fbea4952a988a01f17d.tar.bz2 | |
Simplify AuxData access with a macro.
Diffstat (limited to 'generic/tclCompile.c')
| -rw-r--r-- | generic/tclCompile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index e4da2ba..772ce22 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -2055,6 +2055,7 @@ TclCompileScript( #ifdef TCL_COMPILE_DEBUG /* * If tracing, print a line for each top level command compiled. + * TODO: Suppress when numWords == 0 ? */ if ((tclTraceCompile >= 1) && (envPtr->procPtr == NULL)) { |
