/assume default 32bit/d /SIZEOF_SIZE_T/a . .,.+1c #ifdef __LP64__ #define SIZEOF_SIZE_T 8 #define SIZEOF_VOID_P 8 #else /* !__LP64__ */ #define SIZEOF_SIZE_T 4 #define SIZEOF_VOID_P 4 #endif /* __LP64__ */ . / \&\& !defined( __POWERPC__ )/s/// w