X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0df87bb6096b345a0a25714ee64c3a49596f2778..ec3bc39:/src/conflicts.h diff --git a/src/conflicts.h b/src/conflicts.h index ad5d4893..10f4d7ee 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 Free Software Foundation, Inc. + Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -25,10 +25,8 @@ void solve_conflicts PARAMS ((void)); void conflicts_print PARAMS ((void)); void conflicts_output PARAMS ((FILE *out)); -void print_reductions PARAMS ((int)); void free_conflicts PARAMS ((void)); /* Were there conflicts? */ -extern errs **err_table; extern int expected_conflicts; #endif /* !CONFLICTS_H_ */