Re: [PATCH 5/7] simplify definition of __STRICT_ANSI__

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 



[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux