From: Ulrich Drepper Date: Tue, 8 Jan 2002 06:34:34 +0000 (+0000) Subject: Fix %expect count. X-Git-Tag: cvs/glibc-2-2-5~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3ba8474a598cee23988d659bf497e0e6fcff04;p=thirdparty%2Fglibc.git Fix %expect count. --- diff --git a/intl/plural.y b/intl/plural.y index 3345d15eebb..90b0004f5b2 100644 --- a/intl/plural.y +++ b/intl/plural.y @@ -41,7 +41,7 @@ #define YYPARSE_PARAM arg %} %pure_parser -%expect 10 +%expect 7 %union { unsigned long int num;