On Fri, Jun 17, 2011 at 14:47, Diego Novillo <dnovi...@google.com> wrote:

> if (flag_syntax_only || flag_wpa)
>   return;
>
> to
>
>  if (flag_syntax_only || flag_wpa || errorcount > 0)
>   return;

To clarify.  It would be 'seen_error ()' instead of 'errorcount > 0',
but the idea is the same.


Diego.

Reply via email to