cppfiles.c (_cpp_fake_include): New function.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 13 Jan 2001 18:39:26 +0000 (18:39 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 13 Jan 2001 18:39:26 +0000 (18:39 +0000)
commitd6d52dd655506899ea8ddbb5a18c0df16a45f3f9
tree842229d5e9effcad193597ab41fcfb2eb4a902bc
parentccd96f0ad82a526127150a8d254fbf70f3c93030
cppfiles.c (_cpp_fake_include): New function.

        * cppfiles.c (_cpp_fake_include): New function.
        * cpphash.h (_cpp_fake_include): New.
        * cpplib.c (do_line): Call _cpp_fake_include when entering
        header files in preprocessed input.
        * cppmain.c (cb_pragma_implementation): Remove handling.
(setup_callbacks): Don't register pragmas.

From-SVN: r38987
gcc/ChangeLog
gcc/cppfiles.c
gcc/cpphash.h
gcc/cpplib.c
gcc/cppmain.c