]> git.saurik.com Git - bison.git/commit
* data/glr.c (yygetLRActions): Replace `yyindex' with
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Nov 2002 09:33:21 +0000 (09:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Nov 2002 09:33:21 +0000 (09:33 +0000)
commit76ae81983c2e6f63d68de00f3ddce7b8b1bededb
treec53d3f4e26d750fe1bbbe7b2ba809ac8a94cbb7d
parentdf38312ab0aa55205e87238b0ce80248fe873c35
* 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
<http://mail.gnu.org/pipermail/bug-bison/2002-November/001892.html>.
ChangeLog