mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/reader.c (symbols_output): New, extracted from...
(packsymbols): Here. (reader): Call it.
This commit is contained in:
@@ -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>
|
2001-11-19 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
|
* src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
|
||||||
|
|||||||
@@ -2041,4 +2041,6 @@ reader (void)
|
|||||||
symbols_output ();
|
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. */
|
||||||
|
symbols_output ();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user