X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5092aba5a75e23dc8bca281a5ea240a7e155eff3..0ced3098fd97e1483b4ac938bdce99bfc7942539:/src/conflicts.h diff --git a/src/conflicts.h b/src/conflicts.h index 10f4d7ee..234283a4 100644 --- a/src/conflicts.h +++ b/src/conflicts.h @@ -1,5 +1,5 @@ /* Find and resolve or report look-ahead conflicts for bison, - Copyright 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -22,10 +22,11 @@ # define CONFLICTS_H_ # include "state.h" -void solve_conflicts PARAMS ((void)); -void conflicts_print PARAMS ((void)); -void conflicts_output PARAMS ((FILE *out)); -void free_conflicts PARAMS ((void)); +void conflicts_solve (void); +void conflicts_print (void); +int conflicts_total_count (void); +void conflicts_output (FILE *out); +void conflicts_free (void); /* Were there conflicts? */ extern int expected_conflicts;