* src/reader.c (symbols_output): New, extracted from...

(packsymbols): Here.
(reader): Call it.
This commit is contained in:
Akim Demaille
2001-11-19 10:14:29 +00:00
parent 3feec03433
commit edad70670f
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2001-11-19 Akim Demaille <akim@epita.fr>
* src/reader.c (symbols_output): New, extracted from...
(packsymbols): Here.
(reader): Call it.
2001-11-19 Akim Demaille <akim@epita.fr>
* src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...

View File

@@ -2041,4 +2041,6 @@ reader (void)
symbols_output ();
/* Convert the grammar into the format described in gram.h. */
packgram ();
/* Output the headers. */
symbols_output ();
}