summaryrefslogtreecommitdiffstats
path: root/intl/plural.y
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-02 15:07:16 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:30:26 +0200
commitf865f636d500cf94d84b2e3b2d0194c73f5a7838 (patch)
treeb540a114346b86533865e9f2116a44127dd1452b /intl/plural.y
parentc06b7e19616b50e029eee75d78e5e21a2b274d52 (diff)
downloadexternal_gettext-f865f636d500cf94d84b2e3b2d0194c73f5a7838.zip
external_gettext-f865f636d500cf94d84b2e3b2d0194c73f5a7838.tar.gz
external_gettext-f865f636d500cf94d84b2e3b2d0194c73f5a7838.tar.bz2
Fix %expect count for use with newest bisons.
Diffstat (limited to 'intl/plural.y')
-rw-r--r--intl/plural.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/plural.y b/intl/plural.y
index 713024f..616b7c1 100644
--- a/intl/plural.y
+++ b/intl/plural.y
@@ -44,7 +44,7 @@
#define YYPARSE_PARAM arg
%}
%pure_parser
-%expect 10
+%expect 7
%union {
unsigned long int num;