diff options
author | msofer <msofer@noemail.net> | 2005-04-13 09:39:30 (GMT) |
---|---|---|
committer | msofer <msofer@noemail.net> | 2005-04-13 09:39:30 (GMT) |
commit | 49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a (patch) | |
tree | a7fb74472eb49f9217f99cc9f7f7a92e085a09bf /ChangeLog | |
parent | cd1fd013a84e9044f5090191fe77682ac041d3a1 (diff) | |
download | tcl-49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a.zip tcl-49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a.tar.gz tcl-49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a.tar.bz2 |
* generic/tclCompile.c:Commented out the functions
TclPrintInstruction(), TclPrintObject() and TclPrintSource() when
not debugging the compiler, as they are never called in that case.
FossilOrigin-Name: 595299342a62bf3a1711cee20cca606d10d1983a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-13 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompile.c:Commented out the functions + TclPrintInstruction(), TclPrintObject() and TclPrintSource() when + not debugging the compiler, as they are never called in that case. + 2005-04-12 Don Porter <dgp@users.sourceforge.net> * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. |