parsing routine does not return value!

This commit is contained in:
ceriel 1988-02-18 18:06:28 +00:00
parent 41077644d1
commit 835c373123

View file

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