X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dad56b10d3c2f2cef6c000ef25cadbe1afe59f85..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/src/conflicts.h diff --git a/src/conflicts.h b/src/conflicts.h index b74cb22c..78bdb18c 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. @@ -29,6 +29,5 @@ void print_reductions PARAMS ((FILE*out, int state)); void free_conflicts PARAMS ((void)); /* Were there conflicts? */ -extern errs **err_table; extern int expected_conflicts; #endif /* !CONFLICTS_H_ */