K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-06-25T15:59:24.000000Z K 7 svn:log V 264 Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixes the indirection operator ('*') and address examination ('x/a') on big-endian platoforms for which the above is not true, as well as on little-endian platforms if the cut-off bits are not 0. END