parsing routine does not return value!
This commit is contained in:
parent
7463deb7a3
commit
e640d9f61c
@ -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