summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-03 05:13:38 (GMT)
committerhobbs <hobbs>2001-09-03 05:13:38 (GMT)
commit6466c1152c321df4b1594ed29ea0b77acae33852 (patch)
treeca31c9f5ca5c7255516fd1e2a7666e8d995d3239 /ChangeLog
parent82e1a62fe0745c6a640fc47d6d9cbfdbc51f680b (diff)
downloadtcl-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--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01c8cc4..9ab04c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.