mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
%define variables: backward compatibility
* src/muscle-tab.c (muscle_percent_variable_update): Accept lex_symbol. Reported by Roland Levillain.
This commit is contained in:
@@ -399,6 +399,7 @@ muscle_percent_variable_update (char const *variable, location variable_loc)
|
||||
{
|
||||
{ "api.push_pull", "api.push-pull", },
|
||||
{ "api.tokens.prefix", "api.token.prefix", },
|
||||
{ "lex_symbol", "api.token.constructor", },
|
||||
{ "location_type", "api.location.type", },
|
||||
{ "lr.default-reductions", "lr.default-reduction", },
|
||||
{ "lr.keep-unreachable-states", "lr.keep-unreachable-state", },
|
||||
|
||||
Reference in New Issue
Block a user