X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/41d7a5f24d5e69bdf6ce10c012d50b89ce1e3957..fcd32abd3a4b68ef525d7766dbed1c98465e23b9:/src/conflicts.h?ds=sidebyside diff --git a/src/conflicts.h b/src/conflicts.h index c6497ca7..901e88a9 100644 --- a/src/conflicts.h +++ b/src/conflicts.h @@ -1,5 +1,6 @@ /* Find and resolve or report lookahead conflicts for bison, - Copyright (C) 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2007, 2009 Free Software + Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -37,7 +38,6 @@ void conflicts_update_state_numbers (state_number old_to_new[], void conflicts_print (void); int conflicts_total_count (void); void conflicts_output (FILE *out); -void conflicts_output_xml (FILE *out, int level); void conflicts_free (void); /* Were there conflicts? */