From: Paul Eggert Date: Tue, 19 Nov 2002 09:33:21 +0000 (+0000) Subject: * data/glr.c (yygetLRActions): Replace `yyindex' with X-Git-Tag: BISON-1_875~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76ae81983c2e6f63d68de00f3ddce7b8b1bededb;p=platform%2Fupstream%2Fbison.git * data/glr.c (yygetLRActions): Replace `yyindex' with `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch. This fixes the regression with Sun ONE Studio 7 cc that I reported in . --- diff --git a/ChangeLog b/ChangeLog index df4d79c..422caf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-11-18 Paul Eggert + + * data/glr.c (yygetLRActions): Replace `yyindex' with + `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch. + This fixes the regression with Sun ONE Studio 7 cc that I reported in + . + 2002-11-18 Akim Demaille * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a