diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-21 21:30:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-21 21:30:53 (GMT) |
commit | cfa13d98b75f061041620fe58e5c2beca784d94d (patch) | |
tree | b687015f160a32ee48ca0b60a5827576ed6d7359 /ChangeLog | |
parent | ba6ec48f9035744eb537bede1f77cffa94e26517 (diff) | |
download | tcl-cfa13d98b75f061041620fe58e5c2beca784d94d.zip tcl-cfa13d98b75f061041620fe58e5c2beca784d94d.tar.gz tcl-cfa13d98b75f061041620fe58e5c2beca784d94d.tar.bz2 |
Variables should only ever be declarated at the start of a block...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +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. + 2004-05-21 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (TclExecuteByteCode): reorganised TEBC |