K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-06-26T19:41:09.000000Z K 7 svn:log V 220 Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit word boundary, which on 64-bit platforms is not the proper alignment for longs. The patch replaces the hardcoding of 3 with sizeof(long)-1. Tested on: ia64 END