/[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.25 by akim, Sun Apr 7 17:44:24 2002 UTC revision 1.26 by akim, Sun Apr 7 17:44:59 2002 UTC
# Line 38  int nsyms = 0; Line 38  int nsyms = 0;
38  int ntokens = 1;  int ntokens = 1;
39  int nvars = 0;  int nvars = 0;
40    
41  short *token_translations = NULL;  token_number_t *token_translations = NULL;
42    
43  int start_symbol = 0;  int start_symbol = 0;
44    

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

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