| 862 | // |
| 863 | |
| 864 | void PAR_get_token() |
| 865 | { |
| 866 | if (CPR_token() == NULL) |
| 867 | { |
| 868 | CPR_error("unexpected EOF"); |
| 869 | PAR_unwind(); |
| 870 | } |
| 871 | //return NULL; |
| 872 | } |
| 873 | |
| 874 | |
| 875 | //____________________________________________________________ |
no test coverage detected