| 628 | // |
| 629 | |
| 630 | bool EXP_match_paren() |
| 631 | { |
| 632 | if (MSC_match(KW_RIGHT_PAREN)) |
| 633 | return true; |
| 634 | |
| 635 | CPR_s_error("right parenthesis"); |
| 636 | return false; // silence compiler warning |
| 637 | } |
| 638 | |
| 639 | |
| 640 | //____________________________________________________________ |
no test coverage detected