diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 06:38:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 06:38:01 +0000 |
commit | 8e57fc70831ebb0210aebfd28f0d1720193f308b (patch) | |
tree | 7364a1cf31eae070fbdf9e50dadf1a0cc4f86c42 /intl | |
parent | a0dcb6896c35abf88810296367a63da75ebf1828 (diff) | |
download | glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.zip glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.tar.gz glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.tar.bz2 |
Update.
2002-01-02 Bruno Haible <bruno@clisp.org>
* intl/plural.y: Fix %expect count.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/plural.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/plural.y b/intl/plural.y index 1ce3fd9..045427b 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; |