diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-26 08:42:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-26 08:42:21 -0700 |
commit | 6afe9ab25e2cda942d8e67513081fbe25c217601 (patch) | |
tree | a93db6ff725e99f3ae1011cce7c3cbf92edb4515 /ChangeLog | |
parent | d77c03faa5783b77b4973015f485086567ba09f3 (diff) | |
download | txr-6afe9ab25e2cda942d8e67513081fbe25c217601.tar.gz txr-6afe9ab25e2cda942d8e67513081fbe25c217601.tar.bz2 txr-6afe9ab25e2cda942d8e67513081fbe25c217601.zip |
* unwind.h (uw_block_begin): Get rid of the unused typedef trick,
replace with do { } while (0), since we don't have any instances of a
uw_block_begin followed by declarations.
(uw_catch_begin): Move SYMVAR and EXCVAR inside the do/while block,
so that the expansion doesn't begin with a declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-07-26 Kaz Kylheku <kaz@kylheku.com> + + * unwind.h (uw_block_begin): Get rid of the unused typedef trick, + replace with do { } while (0), since we don't have any instances of a + uw_block_begin followed by declarations. + (uw_catch_begin): Move SYMVAR and EXCVAR inside the do/while block, + so that the expansion doesn't begin with a declaration. + 2014-07-23 Kaz Kylheku <kaz@kylheku.com> * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, |