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

Diff of /bison/src/parse-gram.c

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

revision 1.22 by akim, Tue Jul 9 15:54:39 2002 UTC revision 1.23 by akim, Tue Jul 16 14:04:06 2002 UTC
# Line 105  symbol_class current_class = unknown_sym Line 105  symbol_class current_class = unknown_sym
105  char *current_type = 0;  char *current_type = 0;
106  symbol_t *current_lhs;  symbol_t *current_lhs;
107  location_t current_lhs_location;  location_t current_lhs_location;
108  associativity current_assoc;  assoc_t current_assoc;
109  int current_prec = 0;  int current_prec = 0;
110  braced_code_t current_braced_code = action_braced_code;  braced_code_t current_braced_code = action_braced_code;
111    
# Line 231  typedef union { Line 231  typedef union {
231    symbol_list_t *list;    symbol_list_t *list;
232    int integer;    int integer;
233    char *string;    char *string;
234    associativity assoc;    assoc_t assoc;
235  } yystype;  } yystype;
236  /* Line 187 of /usr/local/share/bison/yacc.c.  */  /* Line 187 of /usr/local/share/bison/yacc.c.  */
237  #line 238 "parse-gram.c"  #line 238 "parse-gram.c"

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

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