X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e141f4d4bb6584bfbf13003047a2e48e9a6eab6a..42765f8e7de1837f67e7aea3564e05cfa1ec4b89:/src/reader.h diff --git a/src/reader.h b/src/reader.h index 5fb0ef5e..da8a6c7e 100644 --- a/src/reader.h +++ b/src/reader.h @@ -1,7 +1,7 @@ /* Input parser for Bison - Copyright (C) 2000-2003, 2005-2007, 2009-2010 Free Software - Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009, 2010 + Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -53,7 +53,7 @@ void grammar_current_rule_merge_set (uniqstr name, location loc); void grammar_current_rule_symbol_append (symbol *sym, location loc, named_ref *named_ref); void grammar_current_rule_action_append (const char *action, location loc, - named_ref *named_ref); + named_ref *named_ref, bool); void reader (void); void free_merger_functions (void);