This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

intl patches (33)


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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]