]> git.saurik.com Git - bison.git/commitdiff
* src/reader.c (reader): Calling symbols_output once is enough.
authorAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:07:03 +0000 (09:07 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Dec 2001 09:07:03 +0000 (09:07 +0000)
ChangeLog
src/reader.c

index d47c6480098b87963a847ebcfd43a1d2fea970ef..32c7f04b8263553640e3d083b7e5c110080c4935 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 975a2028f6f7b040432691025fb4d137a64cced8..cb013b207b3e4eef56b403e9d90f402d6247a041 100644 (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. */