bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison 1.30d


From: Akim Demaille
Subject: Re: Bison 1.30d
Date: 23 Nov 2001 15:03:21 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| I have also noted quite of a change in the output parser that Bison
| generates, from:
| #if YYDEBUG != 0
| /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
| static const short yyrline[] =
| {
|        0,    80,    82,    84,    86,    87,    88,    89,    90,    91,
|       97,   104,   107,   109,   114,   116,   118,   123,   128,   134,
|      136,   137,   144,   145,   152,   160,   162,   163,   172,   173,
|      176,   177,   187,   196,   197,   206,   207,   210,   213,   214,
|      217,   220,   222,   224,   233,   242,   245
| };
| #endif
| 
| to:
| #if YYDEBUG != 0
| /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
| static const short yyrline[] =
| {
|        0,    80,    80,    82,    82,    82,    82,    82,    82,    82,
|       82,    89,    89,    89,    89,    89,    89,    89,    89,    90,
|       90,    90,    90,    90,    90,   162,    91,   172,    91,   176,
|       91,    91,   196,    91,   206,    91,   210,   213,    91,   217,
|      220,    91,   162,   233,   162,   245,   162
| };
| #endif

Hi Hans!

I've just applied a patch to fix this issue.  Well, hopefully :)

Could you check it does what you expect?  TIA.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]