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

Diff of /bison/src/gram.c

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

revision 1.16 by akim, Sat Dec 29 14:18:52 2001 UTC revision 1.17 by akim, Sat Dec 29 14:19:13 2001 UTC
# Line 38  int nritems; Line 38  int nritems;
38  rule_t *rule_table = NULL;  rule_t *rule_table = NULL;
39  short *rprec = NULL;  short *rprec = NULL;
40  short *rprecsym = NULL;  short *rprecsym = NULL;
41    short *rassoc = NULL;
42    
43  struct bucket **symbols = NULL;  struct bucket **symbols = NULL;
 short *sprec = NULL;  
 short *rassoc = NULL;  
 short *sassoc = NULL;  
44  short *token_translations = NULL;  short *token_translations = NULL;
45    
46  int start_symbol;  int start_symbol;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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