X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/848bcc288d88f5d89242cf5c1a75a8da5e03c736..75ae8299840bbd854fa2474d38402bbb933c6511:/src/symlist.c?ds=sidebyside 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;