/[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.33 by akim, Tue May 7 08:07:32 2002 UTC revision 1.34 by akim, Sun May 26 18:39:04 2002 UTC
# Line 39  int nsyms = 0; Line 39  int nsyms = 0;
39  int ntokens = 1;  int ntokens = 1;
40  int nvars = 0;  int nvars = 0;
41    
42  token_number_t *token_translations = NULL;  symbol_number_t *token_translations = NULL;
43    
44  token_number_t start_symbol = 0;  symbol_number_t start_symbol = 0;
45    
46  int max_user_token_number = 256;  int max_user_token_number = 256;
47    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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