diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-05 17:20:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-05 17:20:21 (GMT) |
commit | 6f298e8ae2938056f26d538a211c23ba4b4fce19 (patch) | |
tree | c32b38eaea1c0633dffc1090dbcc235fae5c7186 /ChangeLog | |
parent | 96349207cbe89f0e0d78bd3dff7a294bcc588c84 (diff) | |
download | tcl-6f298e8ae2938056f26d538a211c23ba4b4fce19.zip tcl-6f298e8ae2938056f26d538a211c23ba4b4fce19.tar.gz tcl-6f298e8ae2938056f26d538a211c23ba4b4fce19.tar.bz2 |
* generic/tclCompCmds.c: Factored common efficiency trick into
a macro named CompileWord.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-05-05 Don Porter <dgp@users.sourceforge.net> + * generic/tclCompCmds.c: Factored common efficiency trick into + a macro named CompileWord. + * generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: TCL_OUT_LINE_COMPILE with TCL_ERROR. * generic/tclInt.h: Now that we've eradicated the mistaken |