summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-21 21:51:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-21 21:51:12 (GMT)
commitbd4bc2f7d4f66388f5cc87f8864c3fd9d426bde8 (patch)
tree0722e00290d7cce6c5b4ee545b945c5f20fbe9d0 /ChangeLog
parentcfa13d98b75f061041620fe58e5c2beca784d94d (diff)
downloadtcl-bd4bc2f7d4f66388f5cc87f8864c3fd9d426bde8.zip
tcl-bd4bc2f7d4f66388f5cc87f8864c3fd9d426bde8.tar.gz
tcl-bd4bc2f7d4f66388f5cc87f8864c3fd9d426bde8.tar.bz2
Make TCL_COMPILE_DEBUG path through TEBC work...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8b8869..e712b4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2004-05-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclExecute.c (TclExecuteByteCode): Move a few
- declarations a short distance so pre-C99 compilers can cope.
+ declarations a short distance so pre-C99 compilers can cope. Also
+ fix so TCL_COMPILE_DEBUG path compiles...
2004-05-21 Miguel Sofer <msofer@users.sf.net>