[PATCH v2] Xmd.h: Treat __ILP32__ targets as LONG32 ones

Alan Coopersmith alan.coopersmith at oracle.com
Mon Jun 11 07:25:14 PDT 2012


On 06/10/12 12:54 PM, James Cloos wrote:
> Whether !defined(__ILP32__) or defined(__LP64__) is the better test
> for 64 bit longs is really the only question.  

!defined(__ILP32__) is the safer one, since some platforms/compilers use
__LP64 instead of __LP64__.   And I understand they've already made this
mess and forced it upon the world, which is why I haven't reverted the
patch you pushed, no matter how convinced I am they did it wrong.

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list