| 729 | */ |
| 730 | |
| 731 | void yyinput_last_read_token( OBJECT * * name, int * line ) |
| 732 | { |
| 733 | /* TODO: Consider whether and when we might want to report where the last |
| 734 | * read token ended, e.g. EOF errors inside string literals. |
| 735 | */ |
| 736 | *name = yylval.file; |
| 737 | *line = yylval.line; |
| 738 | } |