| 304 | // |
| 305 | |
| 306 | void EXP_left_paren(const TEXT* string) |
| 307 | { |
| 308 | if (!MSC_match(KW_LEFT_PAREN)) |
| 309 | CPR_s_error(string ? string : "left parenthesis"); |
| 310 | } |
| 311 | |
| 312 | |
| 313 | //____________________________________________________________ |
no test coverage detected