mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* src/symlist.h, src/symlist.c (symbol_list_length): New.
* src/scan-gram.l (handle_dollar, handle_at): Compute the rule_length only when needed. * src/output.c (actions_output, token_definitions_output): Output the full M4 block. * src/symtab.c: Don't access directly to the symbol tag, use symbol_tag_get. * src/parse-gram.y: Use symbol_list_free.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2002-06-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/symlist.h, src/symlist.c (symbol_list_length): New.
|
||||
* src/scan-gram.l (handle_dollar, handle_at): Compute the
|
||||
rule_length only when needed.
|
||||
* src/output.c (actions_output, token_definitions_output): Output
|
||||
the full M4 block.
|
||||
* src/symtab.c: Don't access directly to the symbol tag, use
|
||||
symbol_tag_get.
|
||||
* src/parse-gram.y: Use symbol_list_free.
|
||||
|
||||
|
||||
2002-06-17 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reader.h, src/reader.c (symbol_list, symbol_list_new)
|
||||
|
||||
Reference in New Issue
Block a user