]> git.saurik.com Git - bison.git/commitdiff
%define variables: backward compatibility
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 19 Dec 2012 09:33:58 +0000 (10:33 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 19 Dec 2012 10:26:00 +0000 (11:26 +0100)
* src/muscle-tab.c (muscle_percent_variable_update): Accept lex_symbol.
Reported by Roland Levillain.

THANKS
src/muscle-tab.c

diff --git a/THANKS b/THANKS
index 06ee9eddf87b803654febae0c55ed990f7b61b39..5da4deff134078265077201d6f5ebbc0d672f77e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -106,6 +106,7 @@ Ralf Wildenhues           Ralf.Wildenhues@gmx.de
 Richard Stallman          rms@gnu.org
 Rob Vermaas               rob.vermaas@gmail.com
 Robert Anisko             anisko_r@epita.fr
+Roland Levillain          roland@lrde.epita.fr
 Satya Kiran Popuri        satyakiran@gmail.com
 Sebastian Setzer          sebastian.setzer.ext@siemens.com
 Sebastien Fricker         sebastien.fricker@gmail.com
index 7a1120456083767ce64b3c906c1d27a1f5bb4734..86363f5011bbb35ea91757b3152da78838c1421f 100644 (file)
@@ -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", },