tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"


From: Vladimir Vissoultchev
Subject: Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"
Date: Mon, 18 Apr 2016 15:41:21 +0300

Ooops, I see now. Poor testing on my part. I knew it couldn't work. . .

Sorry to bother you again.

cheers,
</wqw>

-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of Sergey Korshunoff
Sent: Monday, April 18, 2016 2:52 PM
To: address@hidden
Subject: Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"

>#define PATHCMP stricmp
>#if PATHCMP==stricmp
>    #error Michael is wrong
>#else
>    #error Michael is right
>#endif

And then replace stricmp with something other. You will get the same result.
As Michael say, we have
#if 0 == 0
   #error Michael is wrong
#else
#endif

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]