]> git.saurik.com Git - bison.git/blobdiff - src/muscle-tab.c
variables: use singular in %define variable names
[bison.git] / src / muscle-tab.c
index 9fe32ea1c453cdbdad88c8f6028e1c92646d81b7..f3933c3faf02412f37bd3d792c165ecfe6c7a4ce 100644 (file)
@@ -400,7 +400,9 @@ muscle_percent_variable_update (char const *variable, location variable_loc)
       { "api.push_pull", "api.push-pull", },
       { "api.tokens.prefix", "api.token.prefix", },
       { "location_type", "api.location.type", },
-      { "lr.keep_unreachable_states", "lr.keep-unreachable-states", },
+      { "lr.default-reductions", "lr.default-reduction", },
+      { "lr.keep-unreachable-states", "lr.keep-unreachable-state", },
+      { "lr.keep_unreachable_states", "lr.keep-unreachable-state", },
       { "namespace", "api.namespace", },
     };
   char const *res = variable;