]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
Clean up recent patches a little.
[bison.git] / doc / bison.texinfo
index 67a43008c93242334b81371d7d26070bc7088c5c..6adf2d5347206a3962a4cc1901f022acb305b964 100644 (file)
@@ -7473,8 +7473,8 @@ useless: STR;
 @command{bison} reports:
 
 @example
-tmp.y: warning: 1 nonterminal useless in grammar
-tmp.y: warning: 1 rule useless in grammar
+calc.y: warning: 1 nonterminal useless in grammar
+calc.y: warning: 1 rule useless in grammar
 calc.y:11.1-7: warning: nonterminal useless in grammar: useless
 calc.y:11.10-12: warning: rule useless in grammar: useless: STR
 calc.y: conflicts: 7 shift/reduce