* src/output.c (output): Delete call to reader_output_yylsp.

* src/reader.c (reader): Likewise.
* src/reader.h:	Delete declaration of reader_output_yylsp.
This commit is contained in:
Pascal Bart
2001-09-07 16:50:01 +00:00
parent 714720fcfe
commit b0c4483ed2
4 changed files with 10 additions and 10 deletions

View File

@@ -30,8 +30,6 @@
extern void reader PARAMS ((void));
extern void reader_output_yylsp PARAMS ((struct obstack *));
extern int lineno;
extern char **tags;
extern short *user_toknums;