On Apr 24, 2010, at 9:54 PM, Bill Wendling wrote: > + if ( > +#ifdef TARGET_64BIT > + !TARGET_64BIT && > +#endif if (flag_objc_abi == 1) maybe? Comes down to the same thing but is probably more clear. More clear about ppc/i386 as well. -eric