On Sun, Dec 01, 2019 at 04:19:54PM +0000, Ramsay Jones wrote: > On 28/11/2019 20:42, Luc Van Oostenryck wrote: > > @@ -1433,6 +1425,8 @@ static void predefined_macros(void) > > predefine("__STDC_VERSION__", 1, "201112L"); > > break; > > } > > + if (!(standard & STANDARD_GNU) & (standard != STANDARD_NONE)) > > s/) & (/) && (/ Nice catch! The result is the same, but it certainly wasn't my intention. Thank you very much. -- Luc