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

Diff of /bison/src/lalr.c

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

revision 1.74 by akim, Sun Jun 30 17:30:46 2002 UTC revision 1.75 by akim, Sun Jun 30 17:31:19 2002 UTC
# Line 291  initialize_F (void) Line 291  initialize_F (void)
291    
292    
293  static void  static void
294  add_lookback_edge (state_t *state, int ruleno, int gotono)  add_lookback_edge (state_t *state, rule_number_t ruleno, int gotono)
295  {  {
296    int i;    int i;
297    shorts *sp;    shorts *sp;
# Line 408  build_relations (void) Line 408  build_relations (void)
408      {      {
409        int nedges = 0;        int nedges = 0;
410        symbol_number_t symbol1 = states[to_state[i]]->accessing_symbol;        symbol_number_t symbol1 = states[to_state[i]]->accessing_symbol;
411        short *rulep;        rule_number_t *rulep;
412    
413        for (rulep = derives[symbol1]; *rulep > 0; rulep++)        for (rulep = derives[symbol1]; *rulep > 0; rulep++)
414          {          {

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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