diff options
author | hobbs <hobbs> | 2001-09-03 05:13:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-09-03 05:13:38 (GMT) |
commit | 6466c1152c321df4b1594ed29ea0b77acae33852 (patch) | |
tree | ca31c9f5ca5c7255516fd1e2a7666e8d995d3239 /ChangeLog | |
parent | 82e1a62fe0745c6a640fc47d6d9cbfdbc51f680b (diff) | |
download | tcl-6466c1152c321df4b1594ed29ea0b77acae33852.zip tcl-6466c1152c321df4b1594ed29ea0b77acae33852.tar.gz tcl-6466c1152c321df4b1594ed29ea0b77acae33852.tar.bz2 |
correct to note tclInt.h change instead of tcl.h for TclCompileListCmd header
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ 2001-08-31 Jeff Hobbs <jeffh@ActiveState.com> - * generic/tcl.h: added TclCompileListCmd header + * generic/tclInt.h: added TclCompileListCmd header * generic/tclBasic.c: added TclCompileListCmd compile proc * generic/tclCompCmds.c (TclCompileListCmd): function to compile the 'list' command at parse time. |