On 06/17/2011 10:55 AM, Diego Novillo wrote:
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.
That seems reasonable to me. Jason