diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-08-03 00:07:52 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-08-03 00:07:52 +0000 |
commit | e1c49ab40e7b8d8dbd2a08a4b1b1b683d507ed1b (patch) | |
tree | ef55dece2bc0db5a7a70ef8cdffe15a2454d21ec /gcc/dwarf2out.c | |
parent | 7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1 (diff) | |
download | gcc-e1c49ab40e7b8d8dbd2a08a4b1b1b683d507ed1b.zip gcc-e1c49ab40e7b8d8dbd2a08a4b1b1b683d507ed1b.tar.gz gcc-e1c49ab40e7b8d8dbd2a08a4b1b1b683d507ed1b.tar.bz2 |
toplev.h (errorcount): Declare.
* toplev.h (errorcount): Declare.
(warningcount): Likewise.
(sorrycount): Likewise.
* c-lex.c (errorcount): Don't declare.
* dwarf2out.c (errorcount): Don't declare.
From-SVN: r28426
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 4e1ebee..a1e8ead 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -8374,7 +8374,6 @@ gen_subprogram_die (decl, context_die) we should detect this case and ignore it. For now, if we have already reported an error, any error at all, then assume that we got here because of a input error, not a dwarf2 bug. */ - extern int errorcount; if (errorcount) return; abort (); |