]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
* src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
[bison.git] / src / parse-gram.y
index c29bc529e780021f4283b8727d4752d474a41107..d777daec45ed1dbfb417c49d3f66154f80c8c06f 100644 (file)
@@ -78,7 +78,7 @@ symbol_class current_class = unknown_sym;
 char *current_type = 0;
 symbol_t *current_lhs;
 location_t current_lhs_location;
-associativity current_assoc;
+assoc_t current_assoc;
 int current_prec = 0;
 braced_code_t current_braced_code = action_braced_code;
 %}
@@ -91,7 +91,7 @@ braced_code_t current_braced_code = action_braced_code;
   symbol_list_t *list;
   int integer;
   char *string;
-  associativity assoc;
+  assoc_t assoc;
 };
 
 /* Define the tokens together with there human representation. */