From 6afe9ab25e2cda942d8e67513081fbe25c217601 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 26 Jul 2014 08:42:21 -0700 Subject: * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5834db36..5678a8c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-07-26 Kaz Kylheku + + * 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 * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, -- cgit v1.2.3