]> git.saurik.com Git - bison.git/blobdiff - src/reduce.h
(xsl:template name="escape"): Write xsl:param "required" attribute as comment.
[bison.git] / src / reduce.h
index de5908089cbf4dc1db7d2ba2b7267ddc6b08f785..aaa2bab137b7307d264f82ee5e629cbdc422557b 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -22,6 +22,7 @@
 
 void reduce_grammar (void);
 void reduce_output (FILE *out);
+void reduce_xml (FILE *out, int level);
 void reduce_free (void);
 
 extern symbol_number nuseless_nonterminals;