On Fri, 14 Nov 2014 19:42:31 +0000 Edmund Grimley Evans <[email protected]> wrote: > And to make it work on arm64 too, please make it: > > #if defined(__x86_64) || defined(__PPC64__) || defined(__aarch64__) > >
Maybe, #if defined(__LP64__) || defined(__ILP64__) || defined(__LLP64__) is a better option. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

