diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-13 09:39:30 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-13 09:39:30 (GMT) |
commit | 1ecb433c37e275de5c25ded47dff83781103a095 (patch) | |
tree | a7fb74472eb49f9217f99cc9f7f7a92e085a09bf /ChangeLog | |
parent | e691fce6b050292abd74b38b28886b6e5bcea55b (diff) | |
download | tcl-1ecb433c37e275de5c25ded47dff83781103a095.zip tcl-1ecb433c37e275de5c25ded47dff83781103a095.tar.gz tcl-1ecb433c37e275de5c25ded47dff83781103a095.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.
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. |