K 10 svn:author V 6 marcel K 8 svn:date V 27 2013-05-26T22:11:13.611285Z K 7 svn:log V 293 Unbreak ia64 tinderbox: 64-bit support was made conditional upon __amd64__, and thus limited. Eliminate 2 trivial conditionals by casting the 64-bit integral, holding an address, via (uintptr_t) to (void *) and replace the last remaining check for __amd64__ with a check for __LP64__ instead. END