X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ae2b48f5c00b50f1873dc205020288c19bd1c27c..d116722c542af7c6c85012064aa06c0f4d8d3d01:/src/symlist.c diff --git a/src/symlist.c b/src/symlist.c index 005d808b..50915c18 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -47,7 +47,9 @@ symbol_list_sym_new (symbol *sym, location loc) 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;