]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
style: move argument handling of -W into the diagnostics module
[bison.git] / src / reader.h
index 82e17ee7b791191c55c426bb24129a7454509cb4..c15544e6f0d666453e71248ae3fa239cbb90e734 100644 (file)
@@ -1,6 +1,6 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000-2003, 2005-2007, 2009-2011 Free Software
+   Copyright (C) 2000-2003, 2005-2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -51,9 +51,9 @@ void grammar_current_rule_prec_set (symbol *precsym, location loc);
 void grammar_current_rule_dprec_set (int dprec, location loc);
 void grammar_current_rule_merge_set (uniqstr name, location loc);
 void grammar_current_rule_symbol_append (symbol *sym, location loc,
-                                         named_ref *named_ref);
+                                         named_ref *nref);
 void grammar_current_rule_action_append (const char *action, location loc,
-                                         named_ref *named_ref, bool);
+                                         named_ref *nref, bool);
 void reader (void);
 void free_merger_functions (void);