mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03: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>
|
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Now that states have a complete set of members, the linked list of
|
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
|
/* Assign the symbols their symbol numbers. Write #defines for the
|
||||||
token symbols into FDEFINES if requested. */
|
token symbols into FDEFINES if requested. */
|
||||||
packsymbols ();
|
packsymbols ();
|
||||||
symbols_output ();
|
|
||||||
/* Convert the grammar into the format described in gram.h. */
|
/* Convert the grammar into the format described in gram.h. */
|
||||||
packgram ();
|
packgram ();
|
||||||
/* Output the headers. */
|
/* Output the headers. */
|
||||||
|
|||||||
Reference in New Issue
Block a user