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

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

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

revision 1.19 by akim, Tue Jul 9 15:54:39 2002 UTC revision 1.20 by akim, Tue Jul 16 14:04:06 2002 UTC
# Line 78  symbol_class current_class = unknown_sym Line 78  symbol_class current_class = unknown_sym
78  char *current_type = 0;  char *current_type = 0;
79  symbol_t *current_lhs;  symbol_t *current_lhs;
80  location_t current_lhs_location;  location_t current_lhs_location;
81  associativity current_assoc;  assoc_t current_assoc;
82  int current_prec = 0;  int current_prec = 0;
83  braced_code_t current_braced_code = action_braced_code;  braced_code_t current_braced_code = action_braced_code;
84  %}  %}
# Line 91  braced_code_t current_braced_code = acti Line 91  braced_code_t current_braced_code = acti
91    symbol_list_t *list;    symbol_list_t *list;
92    int integer;    int integer;
93    char *string;    char *string;
94    associativity assoc;    assoc_t assoc;
95  };  };
96    
97  /* Define the tokens together with there human representation. */  /* Define the tokens together with there human representation. */

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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