Ian Romanick wrote:

#if sizeof(sizeof(char)) == sizeof(unsigned int)
# define DRM_SIZE_T unsigned int
#elif sizeof(sizeof(char)) == sizeof(unsigned long)
# define DRM_SIZE_T unsigned long
#else
# error EVIL!!!!
#endif

Ignore that. I don't know why I was thinking sizeof() was available in the preprocessor. It must be the Friday before a 3-day weekend... :)





-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to