/[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.15.2.12 by akim, Fri Nov 23 14:04:08 2001 UTC revision 1.15.2.13 by akim, Mon Nov 26 13:01:10 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.15.2.12  
changed lines
  Added in v.1.15.2.13

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