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