diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-10-14 14:18:45 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-10-14 14:18:45 (GMT) |
commit | a341d14776f7362b59934c5f874380b68711ba16 (patch) | |
tree | 5017f46ce01ddb6a26284047fbdd2b099986bbb1 /ChangeLog | |
parent | 82bd17d5c6a8b4ea8f54a71eac67f7cc156238ec (diff) | |
download | tcl-a341d14776f7362b59934c5f874380b68711ba16.zip tcl-a341d14776f7362b59934c5f874380b68711ba16.tar.gz tcl-a341d14776f7362b59934c5f874380b68711ba16.tar.bz2 |
Tidied up do {...} while(0)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-10-14 Kevin Kenny <kennykb@acm.org> + + * generic/tclExecute.c (TclIncrObj, TclExecuteByteCode): + Tidied up a couple of infelicitous do {...} while(0) constructs. + 2005-10-14 Pat Thoyts <patthoyts@users.sourceforge.net> * generic/tcl.h: Fix for bug #1256937 - correctly decorate |