]> git.saurik.com Git - bison.git/blobdiff - src/reduce.h
yysyntax_error: fix for consistent error with lookahead.
[bison.git] / src / reduce.h
index aaa2bab137b7307d264f82ee5e629cbdc422557b..bb01021abc204e6033231b237e2eb3a7403116d0 100644 (file)
@@ -1,6 +1,7 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2007, 2009, 2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -22,7 +23,8 @@
 
 void reduce_grammar (void);
 void reduce_output (FILE *out);
-void reduce_xml (FILE *out, int level);
+bool reduce_token_unused_in_grammar (symbol_number i);
+bool reduce_nonterminal_useless_in_grammar (symbol_number i);
 void reduce_free (void);
 
 extern symbol_number nuseless_nonterminals;