]> git.saurik.com Git - bison.git/commit - src/conflicts.c
* src/conflicts.c (conflicts_print): Don't print file name twice
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2005 18:16:44 +0000 (18:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Nov 2005 18:16:44 +0000 (18:16 +0000)
commit035aa4a0bbf1847843c48312d892f79599ba7d8a
treeeb383aa10508917a9160a5acc81eda054982832f
parentd1ff7a7cc62900b658ee4bb8cb2a2c6a1b0a2bea
* src/conflicts.c (conflicts_print): Don't print file name twice
when %expect fails because there were no conflicts.
* doc/bison.texinfo (Expect Decl): Tighten up wording in previous
change.
* tests/conflicts.at (%expect not enough, %expect too much):
(%expect with reduce conflicts): Adjust to new behavior.

* src/conflicts.c (conflicts_print): Unsatisfied %expectation are
errors.
* NEWS: Document this.
* doc/bison.texinfo (Expect Decl): Likewise.
ChangeLog
NEWS
doc/bison.texinfo
src/conflicts.c
tests/conflicts.at