/[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.73 by akim, Sun Jun 30 17:30:46 2002 UTC revision 1.74 by akim, Sun Jun 30 17:31:19 2002 UTC
# Line 74  static item_number_t *kernel_items = NUL Line 74  static item_number_t *kernel_items = NUL
74  static void  static void
75  allocate_itemsets (void)  allocate_itemsets (void)
76  {  {
77    int i, r;    symbol_number_t i;
78      rule_number_t r;
79    item_number_t *rhsp;    item_number_t *rhsp;
80    
81    /* Count the number of occurrences of all the symbols in RITEMS.    /* Count the number of occurrences of all the symbols in RITEMS.

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

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