mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user