From 056487e74726a9e9067792ca058744366801ea50 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 26 Nov 2000 10:48:50 +0000 Subject: Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. * c-decl.c: Remove parse_in declaration. * c-lang.c: Similarly. * c-lex.c: Similarly. * c-parse.in: Similarly. * c-pragma.c: Similarly. * configure.in: Similarly. * cp/Make-lang.in: Similarly. * cp/spew.c: Similarly. * cp/decl2.c: Remove check for lang-c++ option. * cp/lang-specs.h: Remove -lang-c++ from cc1plus command line. * cp/lex.c (lang_init_options): With cpp_reader_init, default to C++. * c-lex.h: Add declaration of parse_in. * cppinit.c: Call set_lang after allocating pfile->pending. * configure: Regenerate. From-SVN: r37754 --- gcc/c-lex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/c-lex.c') diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 7918c5e..552495e 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -53,8 +53,6 @@ Boston, MA 02111-1307, USA. */ #define GET_ENVIRONMENT(ENV_VALUE,ENV_NAME) ((ENV_VALUE) = getenv (ENV_NAME)) #endif -extern cpp_reader parse_in; - /* The original file name, before changing "-" to "stdin". */ static const char *orig_filename; -- cgit v1.1