> systems will break, we don't need to add more.  On PPC64 where mixed 
> mode is supported, sizeof(int) != sizeof(void*).  I assume 
> the same is true on IA-64, x86-64, and SPARC64.

x86-64 Linux (gcc)

sizeof(int)   == 4
sizeonf(long) == 8
sizeof(void*) == 8

x86-64 Windows (VC)

sizeof(int)   == 4
sizeonf(long) == 4
sizeof(void*) == 8

-- Daniel, Epic Games Inc.



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to