K 10 svn:author V 3 bde K 8 svn:date V 27 1998-07-14T11:34:22.000000Z K 7 svn:log V 253 If object pointers need to be cast to [unsigned] integers, then cast to [u]intptr_t instead of to [u_]long. Don't cast pointers to integers just to do ordinary pointer arithmetic on them, especially when the casts use gcc's feature of casting lvalues. END