about summary refs log tree commit diff
path: root/intl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-08 06:38:01 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-08 06:38:01 +0000
commit8e57fc70831ebb0210aebfd28f0d1720193f308b (patch)
tree7364a1cf31eae070fbdf9e50dadf1a0cc4f86c42 /intl
parenta0dcb6896c35abf88810296367a63da75ebf1828 (diff)
downloadglibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.tar.gz
glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.tar.xz
glibc-8e57fc70831ebb0210aebfd28f0d1720193f308b.zip
Update.
2002-01-02  Bruno Haible  <bruno@clisp.org>

	* intl/plural.y: Fix %expect count.
Diffstat (limited to 'intl')
-rw-r--r--intl/plural.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/plural.y b/intl/plural.y
index 1ce3fd9604..045427b828 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;