X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/848bcc288d88f5d89242cf5c1a75a8da5e03c736..cc8962bdde81b04aa728aef21e53b4a08a0debfe:/src/symlist.c diff --git a/src/symlist.c b/src/symlist.c index d43591ad..50915c18 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -44,9 +44,12 @@ symbol_list_sym_new (symbol *sym, location loc) /* Members used for LHS only. */ res->ruleprec = NULL; + res->percent_empty_loc = empty_location; code_props_none_init (&res->action_props); res->dprec = 0; + res->dprec_location = empty_location; res->merger = 0; + res->merger_declaration_location = empty_location; res->next = NULL;