On Fri, May 15, 2009 at 10:38:01AM -0300, Ramiro Polla wrote: > > #if ARCH_X86_64 > > #else /* if ARCH_X86_32 */ > > #endif /* ARCH_X86_32 */ Hmmm... I find it confusing if the #endif comment differs from the #if condition. Diego