OSDN Git Service

* fix-header.c (read_scan_file): Use cpp_get_callbacks and
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 01:07:32 +0000 (01:07 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jan 2001 01:07:32 +0000 (01:07 +0000)
commitf5156d82107c7644953e6970e9fe7a304ca057ab
treea7922a725bb54929e724a801edbcfd3a1f73d998
parent72b04ca42cc8cde82b0106d3c15f9024a7706923
    * fix-header.c (read_scan_file): Use cpp_get_callbacks and
        cpp_get_options rather than dereferencing pfile and using
        CPP_OPTION.
        * scan-decls.c (scan_decls): Use return value of
        cpp_pop_buffer rather than CPP_BUFFER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38972 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fix-header.c
gcc/scan-decls.c