Neil Conway wrote:
> I also noticed a bit of unclear / inconsistent code in MemSet() itself:
> it's not obvious whether unary * or postfix ++ has higher precedence
> (the latter does), so I added some parentheses to make this clear.
Okay, apparently I'm the only person who doesn't like code like this :)
Attached is a revised patch that doesn't make this change.
-Neil