/[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.23 by akim, Sun Apr 7 17:43:21 2002 UTC revision 1.24 by akim, Sun Apr 7 17:43:41 2002 UTC
# Line 38  int nritems = 0; Line 38  int nritems = 0;
38    
39  rule_t *rules = NULL;  rule_t *rules = NULL;
40    
41  struct bucket **symbols = NULL;  symbol_t **symbols = NULL;
42  short *token_translations = NULL;  short *token_translations = NULL;
43    
44  int start_symbol = 0;  int start_symbol = 0;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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