parsing routine does not return value!
authorceriel <none@none>
Thu, 18 Feb 1988 18:06:28 +0000 (18:06 +0000)
committerceriel <none@none>
Thu, 18 Feb 1988 18:06:28 +0000 (18:06 +0000)
doc/LLgen/LLgen.n

index d4aca0a..64f7673 100644 (file)
@@ -981,7 +981,8 @@ main() {
         ptab['-'] = 3;
         ptab['&'] = 2;
         ptab['|'] = 1;
-        return parse();
+        parse();
+       exit(nerrors);
 }   }
 .fi
 .ft R