Re: [PATCH 4/7] [fortran, committed] Remove semicolon after do {} while (0) in match macros

2017-11-05 Thread Tom de Vries
On 11/05/2017 03:32 PM, Steve Kargl wrote: On Sun, Nov 05, 2017 at 11:05:02AM +0100, Tom de Vries wrote: this patch removes a semicolon after "do {} while (0)" in match macros. The patch contains this part. This allows the macros to be used in if-then-elses without curly braces. The patch

Re: [PATCH 4/7] [fortran, committed] Remove semicolon after do {} while (0) in match macros

2017-11-05 Thread Steve Kargl
On Sun, Nov 05, 2017 at 11:05:02AM +0100, Tom de Vries wrote: > > this patch removes a semicolon after "do {} while (0)" in match macros. The patch contains this part. > This allows the macros to be used in if-then-elses without curly braces. The patch does not contain any changes that support

[PATCH 4/7] [fortran, committed] Remove semicolon after do {} while (0) in match macros

2017-11-05 Thread Tom de Vries
Hi, this patch removes a semicolon after "do {} while (0)" in match macros. This allows the macros to be used in if-then-elses without curly braces. Thanks, - Tom 2017-11-02 Tom de Vries PR other/82784 * parse.c (match, matcha, matchs, matcho, matchds, matchdo): Re