This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC compiling problem on solaris intel machine


Hi Florian,

>Yes, but this might change what the header files do!

Correct, it might.

Alternatively, don't use "sun" identifier as a namespace, since the identifier is macro-tainted.

Aside, hmmm, aren't these kinds of macros supposed to be __sun or _SUN, for exactly this reason -- to avoid preprocessor identifier collisions with otherwise valid code? Grrrrrr.

--Eljay
(I hate macros.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]