]> git.saurik.com Git - bison.git/blobdiff - src/symlist.c
* src/location.c: Include <quotearg.h>.
[bison.git] / src / symlist.c
index d86207cf7d53ece942ad880df0b40ae76a7816fe..92d8513d46a620d0ed812e0adcc2205876bc9a26 100644 (file)
@@ -36,6 +36,8 @@ symbol_list_new (symbol_t *sym, location_t location)
   res->location = location;
   res->action = NULL;
   res->ruleprec = NULL;
+  res->dprec = 0;
+  res->merger = 0;
   return res;
 }
 
@@ -84,7 +86,7 @@ symbol_list_length (symbol_list_t *list)
 | symbol N in rule RULE.                                        |
 `--------------------------------------------------------------*/
 
-char *
+struniq_t
 symbol_list_n_type_name_get (symbol_list_t *rule, location_t location, int n)
 {
   int i;