Subject: Re: cpp predefines
To: Martin Husemann <martin@duskware.de>
From: john heasley <heas@shrubbery.net>
List: tech-toolchain
Date: 02/05/2003 18:00:20
Wed, Feb 05, 2003 at 09:19:55AM +0100, Martin Husemann:
> On Wed, Feb 05, 2003 at 08:08:06AM +0000, john heasley wrote:
> 
> > in this particular case, Xserver/XlcDL.c uses it to size an array and
> > build a path.
> 
> Why not use the X specific defines here? SparcArchitecture and 
> Sparc64Architecture IIRC.

i had not come across this macro yet.  thanks for the pointer.  the
original code used the __sparc_v9 macro, not something added by myself.

> (Not that I'm opposed to adding __sparc_v9)
> 
> Martin