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