On Wednesday 14 July 2004 03:49 pm, Michael Jennings wrote:
> If SIZEOF_LONG is set to 8, meaning that a long is a 64-bit value,
> MEMSET_LONG() is defined to be "l |= l<<32".  So the question becomes,
> what is SIZEOF_LONG being set to?

configure output:
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8

config.h:
amd64 libast-0.5 # grep SIZEOF_ config.h
#define SIZEOF_CHAR 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
-mike


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to