diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-21 21:51:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-21 21:51:12 (GMT) |
commit | bd4bc2f7d4f66388f5cc87f8864c3fd9d426bde8 (patch) | |
tree | 0722e00290d7cce6c5b4ee545b945c5f20fbe9d0 /ChangeLog | |
parent | cfa13d98b75f061041620fe58e5c2beca784d94d (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |