c-lex.c (finput): New global.
authorDave Brolley <brolley@cygnus.com>
Wed, 8 Apr 1998 23:29:09 +0000 (23:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Apr 1998 23:29:09 +0000 (17:29 -0600)
commite56e519de8211b657741d6e7bd5fae0db71405c9
tree095aa1b478270aae0c9b79838f76864799d3f0a3
parent62db76ee5fc19a98d765c1954387373e3d4fee04
c-lex.c (finput): New global.

        * c-lex.c (finput): New global.
        (init_parse): Always included.  Handle !USE_CPPLIB using
        code originally in compile_file.
        (finish_parse): Update for CPPLIB.
        * toplev.c (init_parse, finish_parse): Declare.
        (finput): Delete variable.  Now in front-ends.
        (compile_file): Remove code which is now handled by init_parse
        which is unconditionally called.  Similarly for finish_parse.

From-SVN: r19063
gcc/ChangeLog
gcc/c-lex.c
gcc/toplev.c