]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
Allow specification of semantic predicates.
[bison.git] / src / reader.h
index 736bd0e763f0a09d0140857c986ecea522522e1b..da8a6c7e81723a8eb7cebc7a71496775477b8292 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007 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);