]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix %expect count for use with newest bisons.
authorBruno Haible <bruno@clisp.org>
Wed, 2 Jan 2002 15:07:16 +0000 (15:07 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:30:26 +0000 (00:30 +0200)
intl/ChangeLog
intl/plural.y

index f2c86c563a6cc908d131f8b4b56df003515d9e6c..b675d1e2424d8e380350b1a2c731c4524ca0a40b 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-02  Bruno Haible  <bruno@clisp.org>
+
+       * plural.y: Fix %expect count.
+
 2001-12-23  Bruno Haible  <bruno@clisp.org>
 
        * os2.c (os2_initialize): Use LOCALEDIR_MAX macro.
index 713024fe56380834cc78a07cd7cc96ef4eccb80c..616b7c11a21f103aef63e6bb86313afac4ceb0f2 100644 (file)
@@ -44,7 +44,7 @@
 #define YYPARSE_PARAM  arg
 %}
 %pure_parser
-%expect 10
+%expect 7
 
 %union {
   unsigned long int num;