parsing routine does not return value!
This commit is contained in:
parent
41077644d1
commit
835c373123
1 changed files with 2 additions and 1 deletions
|
@ -981,7 +981,8 @@ main() {
|
|||
ptab['-'] = 3;
|
||||
ptab['&'] = 2;
|
||||
ptab['|'] = 1;
|
||||
return parse();
|
||||
parse();
|
||||
exit(nerrors);
|
||||
} }
|
||||
.fi
|
||||
.ft R
|
||||
|
|
Loading…
Reference in a new issue