]> git.saurik.com Git - bison.git/commit - configure.in
%expext was not functioning at all.
authorAkim Demaille <akim@epita.fr>
Mon, 12 Nov 2001 09:33:38 +0000 (09:33 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 12 Nov 2001 09:33:38 +0000 (09:33 +0000)
commit7da99edea76d6148c776214a71bc09dacfc0cb7b
tree7340fbb27a39fb9cd38b0f9ea4b3d9ed9d2a3b57
parentba9dda1a2eb44e50b2c16542f8db1c862579a184
%expext was not functioning at all.
* src/conflicts.c (expected_conflicts): Set to -1.
(conflict_report): Use ngettext.
(conflicts_print): Check %expect and make its violation an error.
* doc/bison.texinfo (Expect Decl): Adjust.
* configure.in (AM_GNU_GETTEXT): Ask for ngettext.
* tests/regression.at (%expect not enough, %expect right)
(%expect too much): New.
ChangeLog
configure.in
doc/bison.texinfo
src/conflicts.c
src/main.c
tests/regression.at