X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dafdc66ff0a0344c390d0f5612e9b469d6855e00..bb0027a9aca454a80f737e0c49df0a231c50b996:/src/symlist.c diff --git a/src/symlist.c b/src/symlist.c index bdb965d3..8b61c8dc 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" +#include "complain.h" #include "symlist.h" @@ -35,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; }