"Peter O'Gorman" <[EMAIL PROTECTED]> writes:
> -e { yyless (input () != 0); }
> +e { yyless ((input () != 0)); }Why is this patch necessary? yyless is supposed to take an int parameter, and another set of parentheses shouldn't affect the parameter's type or value.
