X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9280d3ef893b90b36c89fa7737512f2d640e41d9..5b7f88c7f24c3ca04bbb00860f5c429096ee8ce7:/src/symlist.c?ds=inline diff --git a/src/symlist.c b/src/symlist.c index d86207cf..8b61c8dc 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -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; }