]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
tests: make deprecation tests more specific
[bison.git] / src / gram.h
index 664978303b0164e5d9a86d1b8f0b4b4c2c87747e..e502b781b52b973ce6fb67946f04a672e4b5975b 100644 (file)
@@ -1,6 +1,6 @@
 /* Data definitions for internal representation of Bison's input.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2011 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -229,9 +229,6 @@ size_t rule_rhs_length (rule *r);
 /* Print this rule's RHS on OUT.  */
 void rule_rhs_print (rule *r, FILE *out);
 
-/* Print this rule on OUT.  */
-void rule_print (rule *r, FILE *out);
-