/* Lists of symbols for Bison
- Copyright (C) 2002, 2005-2007, 2009-2013 Free Software Foundation,
+ Copyright (C) 2002, 2005-2007, 2009-2015 Free Software Foundation,
Inc.
This file is part of Bison, the GNU Compiler Compiler.
/* Members used for LHS only. */
res->ruleprec = NULL;
+ 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;