mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +00:00
* src/reader.c (reader): Calling symbols_output once is enough.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.c (reader): Calling symbols_output once is enough.
|
||||
|
||||
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Now that states have a complete set of members, the linked list of
|
||||
|
||||
@@ -2073,7 +2073,6 @@ reader (void)
|
||||
/* Assign the symbols their symbol numbers. Write #defines for the
|
||||
token symbols into FDEFINES if requested. */
|
||||
packsymbols ();
|
||||
symbols_output ();
|
||||
/* Convert the grammar into the format described in gram.h. */
|
||||
packgram ();
|
||||
/* Output the headers. */
|
||||
|
||||
Reference in New Issue
Block a user