/[bison]/bison/src/output.c
ViewVC logotype

Diff of /bison/src/output.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.67 by akim, Mon Nov 19 10:08:20 2001 UTC revision 1.68 by akim, Mon Nov 19 10:08:54 2001 UTC
# Line 354  action_row (int state) Line 354  action_row (int state)
354            for (i = n - 1; i >= m; i--)            for (i = n - 1; i >= m; i--)
355              {              {
356                rule = -LAruleno[i];                rule = -LAruleno[i];
357                wordp = LA + i * tokensetsize;                wordp = LA (i);
358                mask = 1;                mask = 1;
359    
360                /* and find each token which the rule finds acceptable                /* and find each token which the rule finds acceptable

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26