]> git.saurik.com Git - bison.git/blobdiff - src/conflicts.h
* data/glr.c (yyuserAction): Add "default: break;" case to pacify
[bison.git] / src / conflicts.h
index 234283a4057b68c4019ae5d53374321db28b8397..fdf8389302dda372964b9e51509876dae6dd4e0b 100644 (file)
@@ -1,5 +1,5 @@
 /* Find and resolve or report look-ahead conflicts for bison,
-   Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -29,5 +29,6 @@ void conflicts_output (FILE *out);
 void conflicts_free (void);
 
 /* Were there conflicts? */
-extern int expected_conflicts;
+extern int expected_sr_conflicts;
+extern int expected_rr_conflicts;
 #endif /* !CONFLICTS_H_ */