André Malo <[email protected]> writes: > isn't that even elying on undefined/unspecified behaviour, since > hit_count is unsigned?
It's signed overflow that is undefined in C, unsigned overflow is defined. -- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*

