We've got a blr error other than a syntax error. Handle it.
| 767 | |
| 768 | // We've got a blr error other than a syntax error. Handle it. |
| 769 | void PAR_error(CompilerScratch* csb, const Arg::StatusVector& v, bool isSyntaxError) |
| 770 | { |
| 771 | par_error(csb->csb_blr_reader, v, isSyntaxError); |
| 772 | } |
| 773 | |
| 774 | |
| 775 | // Look for named field in procedure output fields. |
no test coverage detected