X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9280d3ef893b90b36c89fa7737512f2d640e41d9..e5fb6710321bf3b412e34028ba0b934ab123970b:/src/symlist.c 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; }