diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 00:13:45 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 00:13:45 +0000 |
commit | 1b561a81b13d9f935fc841f0bfe0a438db686b6a (patch) | |
tree | 8e496fdda713978014077fcc8a6f566667a9fc23 /gcc/cp/repo.c | |
parent | ab919620ff711f539dc066d72e2485f8d4544367 (diff) | |
download | gcc-1b561a81b13d9f935fc841f0bfe0a438db686b6a.tar.gz |
* lex.c (errorcount, sorrycount): Don't declare.
* repo.c (errorcount, sorrycount): Likewise.
* typeck2.c (errorcount, sorrycount): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28427 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r-- | gcc/cp/repo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index 9fa8e5c4ece..be8ee4208af 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -50,7 +50,6 @@ static FILE *repo_file; static char *old_args, *old_dir, *old_main; extern int flag_use_repository; -extern int errorcount, sorrycount; extern struct obstack temporary_obstack; extern struct obstack permanent_obstack; |