From: ceriel Date: Thu, 18 Feb 1988 18:06:28 +0000 (+0000) Subject: parsing routine does not return value! X-Git-Tag: release-5-5~3594 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=835c37312352abec0901ee485ccf066f31f2f084;p=ack.git parsing routine does not return value! --- diff --git a/doc/LLgen/LLgen.n b/doc/LLgen/LLgen.n index d4aca0abd..64f7673fc 100644 --- a/doc/LLgen/LLgen.n +++ b/doc/LLgen/LLgen.n @@ -981,7 +981,8 @@ main() { ptab['-'] = 3; ptab['&'] = 2; ptab['|'] = 1; - return parse(); + parse(); + exit(nerrors); } } .fi .ft R