* 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

@@ -2031,12 +2031,11 @@ reader (void)
readgram ();
/* Some C code is given at the end of the grammar file. */
read_additionnal_code ();
/* Now we know whether we need the line-number stack. If we do,
write its type into the .tab.h file. */
#if 0
if (defines_flag)
reader_output_yylsp (&defines_obstack);
#endif
write its type into the .tab.h file.
This is no longer need with header skeleton. */
/* Assign the symbols their symbol numbers. Write #defines for the
token symbols into FDEFINES if requested. */
packsymbols ();