mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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>.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2002-11-18 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* 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>.
|
||||
|
||||
2002-11-18 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
|
||||
|
||||
Reference in New Issue
Block a user