aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-08-03 00:07:52 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-08-03 00:07:52 +0000
commite1c49ab40e7b8d8dbd2a08a4b1b1b683d507ed1b (patch)
treeef55dece2bc0db5a7a70ef8cdffe15a2454d21ec /gcc/c-lex.c
parent7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1 (diff)
downloadgcc-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/c-lex.c')
-rw-r--r--gcc/c-lex.c1
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;