mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* src/lalr.h (LA): New macro to access to the variable LA.
* src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c: * src/lalr.c: Adjust.
This commit is contained in:
@@ -354,7 +354,7 @@ action_row (int state)
|
||||
for (i = n - 1; i >= m; i--)
|
||||
{
|
||||
rule = -LAruleno[i];
|
||||
wordp = LA + i * tokensetsize;
|
||||
wordp = LA (i);
|
||||
mask = 1;
|
||||
|
||||
/* and find each token which the rule finds acceptable
|
||||
|
||||
Reference in New Issue
Block a user