* src/reader.c (reader): Calling symbols_output once is enough.

This commit is contained in:
Akim Demaille
2001-12-10 09:07:03 +00:00
parent 49701457c2
commit 3735969c7d
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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. */