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: Sergey Korshunoff
Subject: Re: [Tinycc-devel] revert of "Identifiers can start and/or contain"
Date: Mon, 18 Apr 2016 14:51:44 +0300

>#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



reply via email to

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