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

Diff of /bison/src/output.c

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

revision 1.39.2.2 by akim, Sat Sep 22 17:43:26 2001 UTC revision 1.39.2.3 by akim, Sat Sep 22 17:57:59 2001 UTC
# Line 110  extern void berror PARAMS((const char *) Line 110  extern void berror PARAMS((const char *)
110    
111  static int nvectors;  static int nvectors;
112  static int nentries;  static int nentries;
113  static short **froms;  static short **froms = NULL;
114  static short **tos;  static short **tos = NULL;
115  static short *tally;  static short *tally = NULL;
116  static short *width;  static short *width = NULL;
117  static short *actrow;  static short *actrow = NULL;
118  static short *state_count;  static short *state_count = NULL;
119  static short *order;  static short *order = NULL;
120  static short *base;  static short *base = NULL;
121  static short *pos;  static short *pos = NULL;
122  static short *table;  static short *table = NULL;
123  static short *check;  static short *check = NULL;
124  static int lowzero;  static int lowzero;
125  static int high;  static int high;
126    
# Line 306  output_token_translations (void) Line 306  output_token_translations (void)
306                                ntokens < 127 ? "char" : "short",                                ntokens < 127 ? "char" : "short",
307                                "yytranslate", token_translations,                                "yytranslate", token_translations,
308                                0, 1, max_user_token_number + 1);                                0, 1, max_user_token_number + 1);
309    
310      XFREE (token_translations);
311  }  }
312    
313    

Legend:
Removed from v.1.39.2.2  
changed lines
  Added in v.1.39.2.3

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