From 76ae81983c2e6f63d68de00f3ddce7b8b1bededb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Nov 2002 09:33:21 +0000 Subject: [PATCH] * 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 . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.7.4