K 10 svn:author V 3 imp K 8 svn:date V 27 2002-10-07T22:58:24.000000Z K 7 svn:log V 192 Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkers complain when a is a unsigned type. So instead use the latter here and be on our way. Spotted by: flexlint by way of phk END