intl patches (33)

Bruno Haible haible@ilog.fr
Wed Jan 2 07:23:00 GMT 2002


The bison maintainer says that future versions of bison will give an
error, not only a warning, when the %expect count in a grammar doesn't
match. Here is a correction.


2002-01-02  Bruno Haible  <bruno@clisp.org>

	* intl/plural.y: Fix %expect count.

--- glibc/intl/plural.y	2001/11/27 23:57:43	1.9
+++ glibc/intl/plural.y	2002/01/02 15:19:20
@@ -44,7 +44,7 @@
 #define YYPARSE_PARAM	arg
 %}
 %pure_parser
-%expect 10
+%expect 7
 
 %union {
   unsigned long int num;



More information about the Libc-alpha mailing list