]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Port to Bison 3.0
authorDaiki Ueno <ueno@gnu.org>
Wed, 23 Apr 2014 08:44:46 +0000 (17:44 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 23 Apr 2014 08:53:05 +0000 (17:53 +0900)
commit19f23e290a5e4a82b9edf9f5a4f8ab6192871be9
treec6353d6a72cb1dd10ee9334649a8430c866ac464
parentd70724a34ca4d4f26e588ec5c300820bc1f2822d
intl: Port to Bison 3.0

* gettext-runtime/intl/plural.y: Don't use removed YYLEX_PARAM and
YYPARSE_PARAM macros; replace deprecated %pure_parser with
'%define api.pure full'; adjust yylex/yyerror arglist.
* gettext-runtime/intl/plural-exp.h (PLURAL_PARSE): Use explicit type
'struct parse_args *arg' for ARG.
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/plural-exp.h
gettext-runtime/intl/plural.y