This is the mail archive of the gcc-patches@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: Hookize BUILD_VA_LIST_TYPE


On Thu, Oct 30, 2003 at 02:40:01PM +0100, Rainer Orth wrote:
> I think this is wrong: TARGET_IRIX* are always defined (as 0 or 1 as
> appropriate), so this should become a runtime test:
> 
>       if (TARGET_IRIX && !TARGET_IRIX5)

Ah.  I thought I was following existing practice, but I now see
that we actually used #if, not #ifdef.  Will fix.


r~


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