On Wed, May 06, 2009 at 11:28:54PM +0200, Sebastian Andrzej Siewior <sebastian at breakpoint.cc> wrote: > -#if PLATFORM(MAC) > +#if PLATFORM(MAC) || defined(__x86_64__) I think this should just all be replaced with #if PLATFORM(X86_64) Mike