diff options
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 52387f8..049d5b2 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -49,7 +49,6 @@ Boston, MA 02111-1307, USA. */ #include "cpplib.h" extern cpp_reader parse_in; extern cpp_options parse_options; -extern int errorcount; #else /* Stream for reading from the input file. */ FILE *finput; |