]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
Clean up recent patches a little.
[bison.git] / doc / bison.texinfo
index 8e3ca224c29067deec47b7b25ae5c8cd29c08cab..c52d7b8a14da96773d561265f3024bd12659f3d2 100644 (file)
@@ -7355,8 +7355,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