]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix %expect count.
authorUlrich Drepper <drepper@redhat.com>
Tue, 8 Jan 2002 06:34:34 +0000 (06:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 8 Jan 2002 06:34:34 +0000 (06:34 +0000)
intl/plural.y

index 3345d15eebb139f3430e8e00501bdbf02e892a9a..90b0004f5b2bfbf88e9151a233df8e873e0defcc 100644 (file)
@@ -41,7 +41,7 @@
 #define YYPARSE_PARAM  arg
 %}
 %pure_parser
-%expect 10
+%expect 7
 
 %union {
   unsigned long int num;