lex.c (finput): New variable.
authorDave Brolley <brolley@cygnus.com>
Wed, 8 Apr 1998 23:30:28 +0000 (23:30 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Apr 1998 23:30:28 +0000 (17:30 -0600)
commit2b2a353188fa3bbf45631bcb876f419b9cb6364a
tree4c6f1001a285baef44ed1273a597720746493d2e
parent77f77701a5cfcced3afcab79f8b6a81e7a968c71
lex.c (finput): New variable.

        * lex.c (finput): New variable.
        (init_cpp_parse):  Renamed from init_parse.
        (init_parse): Handle !USE_CPPLIB.  Call init_cpp_parse when finished.
        (finish_parse): New function.
        * cp-tree.h (init_lex, init_parse): Remove declarations.

From-SVN: r19065
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/lex.c
gcc/cp/spew.c