mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
* 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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user