* cppfiles.c (_cpp_fake_include): New function.
commitd1d8b2705539651a1fd21280447dffac8ad3d75c
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 18:39:26 +0000 (13 18:39 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 18:39:26 +0000 (13 18:39 +0000)
tree842229d5e9effcad193597ab41fcfb2eb4a902bc
parentda8259547a775962819dfd6c8be9d78878caa81b
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38987 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppfiles.c
gcc/cpphash.h
gcc/cpplib.c
gcc/cppmain.c