Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
authorNeil Booth <neilb@earthling.net>
Sun, 26 Nov 2000 10:48:50 +0000 (10:48 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 26 Nov 2000 10:48:50 +0000 (10:48 +0000)
commit056487e74726a9e9067792ca058744366801ea50
tree19c1903975465b332e8493e4d43d5dc97114c91d
parent7dcae299c7bdc0e17fce1b330739889a15ff1ca7
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
15 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/c-decl.c
gcc/c-lang.c
gcc/c-lex.c
gcc/c-parse.in
gcc/c-pragma.c
gcc/configure
gcc/configure.in
gcc/cp/Make-lang.in
gcc/cp/decl2.c
gcc/cp/lang-specs.h
gcc/cp/lex.c
gcc/cp/spew.c
gcc/cppinit.c