mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
* src/reader.h, src/reader.c (symbol_list, symbol_list_new)
(symbol_list_prepend, get_type_name): Move to... * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new) (symbol_list_prepend, symbol_list_n_type_name_get): here. Adjust all callers. (symbol_list_free): New. * src/scan-gram.l (handle_dollar): Takes a location. * tests/input.at (Invalid $n): Adjust.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2002-06-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.h, src/reader.c (symbol_list, symbol_list_new)
|
||||
(symbol_list_prepend, get_type_name): Move to...
|
||||
* src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
|
||||
(symbol_list_prepend, symbol_list_n_type_name_get): here.
|
||||
Adjust all callers.
|
||||
(symbol_list_free): New.
|
||||
* src/scan-gram.l (handle_dollar): Takes a location.
|
||||
* tests/input.at (Invalid $n): Adjust.
|
||||
|
||||
|
||||
2002-06-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.h, src/reader.c (symbol_list_new): Export it.
|
||||
|
||||
Reference in New Issue
Block a user