* NEWS: Add entry for recent .output file lookahead set fix.

* doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
the example .output text.
* tests/regression.at (Extra lookahead sets in report): Improve wording
of comments.
This commit is contained in:
Joel E. Denny
2007-10-19 02:46:21 +00:00
parent b7a7016204
commit 88c7874756
4 changed files with 24 additions and 6 deletions

View File

@@ -7387,7 +7387,7 @@ with some set of possible lookahead tokens. When run with
@example
state 8
exp -> exp . '+' exp [$, '+', '-', '/'] (rule 1)
exp -> exp . '+' exp (rule 1)
exp -> exp '+' exp . [$, '+', '-', '/'] (rule 1)
exp -> exp . '-' exp (rule 2)
exp -> exp . '*' exp (rule 3)