On Wednesday, 14 July 2004, at 19:35:36 (-0400), Mike Frysinger 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". > > #define SIZEOF_LONG 8
Okay, then I have to wonder why the #if isn't working.... Check the cpp output and see if MEMSET_LONG() is being defined properly. If not, why not? If so, then why is another line of the same thing needed? Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[EMAIL PROTECTED]> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ----------------------------------------------------------------------- "I am the only one to blame for this. Somehow it all ends up the same. Soaring on the wings of selfish pride, I flew too high, and like Icarus I collide with a world I tried so hard to leave behind. To rid myself of all but love, to give and die." -- Jars of Clay, "Worlds Apart" ------------------------------------------------------- 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
