]> git.saurik.com Git - bison.git/blobdiff - src/print.c
Pacify "gcc -Wunused" for the input function from Flex.
[bison.git] / src / print.c
index e240d6a313e13aaec2f232edaf6c61ec6a4c877a..4f362f8c3a049bac1e58d87f03b5b133d22b1a47 100644 (file)
@@ -335,7 +335,7 @@ print_reductions (FILE *out, state *s)
   if (default_reduction)
     {
       char *default_reductions =
-        muscle_percent_define_get ("lr.default_reductions");
+        muscle_percent_define_get ("lr.default-reductions");
       print_reduction (out, width, _("$default"), default_reduction, true);
       aver (0 == strcmp (default_reductions, "all")
             || (0 == strcmp (default_reductions, "consistent")