X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0fe5a72a262cd4680513d135e1161f345fc3afb1..3209eb1c4c5de8dd812e65da27df00c548f476fe:/src/reader.c diff --git a/src/reader.c b/src/reader.c index dbf4e95e..f2e12c6b 100644 --- a/src/reader.c +++ b/src/reader.c @@ -1,7 +1,7 @@ /* Input parser for Bison Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007, - 2009-2013 Free Software Foundation, Inc. + 2009-2015 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -516,7 +516,7 @@ grammar_current_rule_symbol_append (symbol *sym, location loc, grammar_midrule_action (); p = grammar_symbol_append (sym, loc); if (name) - assign_named_ref(p, name); + assign_named_ref (p, name); if (sym->status == undeclared || sym->status == used) sym->status = needed; }