| 132 | } |
| 133 | |
| 134 | void tokenized_start(char *s) { |
| 135 | error(lineno, 0, 0, "the start symbol %s cannot be declared to be a token", s); |
| 136 | } |
| 137 | |
| 138 | void retyped_warning(char *s) { |
| 139 | FileError("the type of %s has been redeclared", s); |
no test coverage detected