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

Diff of /bison/src/LR0.c

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

revision 1.26 by akim, Fri Nov 23 14:13:20 2001 UTC revision 1.27 by akim, Mon Nov 26 13:01:17 2001 UTC
# Line 94  allocate_itemsets (void) Line 94  allocate_itemsets (void)
94      }      }
95    
96    shift_symbol = symbol_count;    shift_symbol = symbol_count;
97    kernel_size = XCALLOC (size_t, nsyms);    kernel_size = XCALLOC (int, nsyms);
98  }  }
99    
100    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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