]> git.saurik.com Git - bison.git/commit
%expext was not functioning at all.
authorAkim Demaille <akim@epita.fr>
Mon, 12 Nov 2001 09:19:48 +0000 (09:19 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 12 Nov 2001 09:19:48 +0000 (09:19 +0000)
commitbadfc69c2621f5f8439165b9cb0a1c75f5b6e85f
treef4dc6196c28daea877a6862e2fe8582db23a866d
parentfb28699f95aa1be7e395c2ff7177669b49200c69
%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.
20 files changed:
ChangeLog
Makefile.in
NEWS
config/Makefile.in
configure
configure.in
doc/Makefile.in
doc/bison.info
doc/bison.info-1
doc/bison.info-3
doc/bison.texinfo
doc/stamp-vti
doc/version.texi
lib/Makefile.in
m4/Makefile.in
src/Makefile.in
src/conflicts.c
src/main.c
tests/Makefile.in
tests/regression.at