This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC compiling problem on solaris intel machine
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Florian Weimer <fw at deneb dot enyo dot de>
- Cc: "Jing Lee" <jlee at kang dot bondnet dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Mon, 02 Dec 2002 07:44:54 -0600
- Subject: Re: GCC compiling problem on solaris intel machine
- References: <4.3.2.7.2.20021127083214.00b93e10@iplan-mn.corp.adobe.com><PCEHJELEKPHKCDMOIMPMOEIICAAA.jlee@bondnet.com><PCEHJELEKPHKCDMOIMPMOEIICAAA.jlee@bondnet.com><4.3.2.7.2.20021127083214.00b93e10@iplan-mn.corp.adobe.com>
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.)