aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-08-03 00:13:45 +0000
committerMark Mitchell <mark@codesourcery.com>1999-08-03 00:13:45 +0000
commit45cc4aa534d412e49650d2583a0df4b3d93f48d0 (patch)
tree8e496fdda713978014077fcc8a6f566667a9fc23 /gcc/cp/repo.c
parent3b979848295c38c5efa3aabdc0449266e896f47e (diff)
* lex.c (errorcount, sorrycount): Don't declare.
* repo.c (errorcount, sorrycount): Likewise. * typeck2.c (errorcount, sorrycount): Likewise. git-svn-id: https://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.c1
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;