mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
style: rename grammar_start_symbols_set as grammar_start_symbols_add
* src/reader.h, src/reader.c (grammar_start_symbols_set): Rename as... (grammar_start_symbols_add): this. Adjust dependencies.
This commit is contained in:
@@ -382,7 +382,7 @@ grammar_declaration:
|
||||
symbol_declaration
|
||||
| "%start" symbols.1
|
||||
{
|
||||
grammar_start_symbols_set ($2);
|
||||
grammar_start_symbols_add ($2);
|
||||
}
|
||||
| code_props_type "{...}" generic_symlist
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user