]> gcc.gnu.org Git - gcc.git/commit
c-common.c (parse_in): Make a cpp_reader *.
authorNeil Booth <neil@gcc.gnu.org>
Thu, 7 Dec 2000 07:14:42 +0000 (07:14 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 7 Dec 2000 07:14:42 +0000 (07:14 +0000)
commit9ba2e1ef8028112b47eb48041ae387c60acea6b1
tree183c8a37ae0d1cb8f8f4a7c5d3cc009146d70982
parent167ed88f7ab3220aab5b66fef1ac3c12a8d326b9
c-common.c (parse_in): Make a cpp_reader *.

        * c-common.c (parse_in): Make a cpp_reader *.
        * cppfiles.c (_cpp_fake_include): Remove.
        * cpphash.h: Similarly.
        * cpplib.c (do_line): Don't call _cpp_fake_include.  A valid
        #line always creates a callback; FC_RENAME if there are no
        #line flags.
        * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
        The first EOF must be our get_char buffer.

From-SVN: r38101
gcc/c-common.c
gcc/cppfiles.c
gcc/cpphash.h
gcc/cpplib.c
gcc/fix-header.c
This page took 0.05757 seconds and 5 git commands to generate.