Clean up recent patches a little.

Reported by Akim Demaille.
* doc/bison.texinfo (Understanding): Fix typos.
* src/print.c (print_reductions): Don't use negated variable.
(cherry picked from commit 379261b3fd)
This commit is contained in:
Joel E. Denny
2009-04-24 02:13:26 -04:00
parent f49097730e
commit 8f0d265e9d
3 changed files with 14 additions and 7 deletions

View 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