fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rather than...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 13 Jan 2001 01:07:32 +0000 (01:07 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 13 Jan 2001 01:07:32 +0000 (01:07 +0000)
commitf85c14eed13fe0985ac491e89ccd0ff8bd4b8a1e
treea7922a725bb54929e724a801edbcfd3a1f73d998
parent7e96d768fe4e8fa821372cc7c7cd707efb917a3b
fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rather than dereferencing pfile and...

        * 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.

From-SVN: r38972
gcc/ChangeLog
gcc/fix-header.c
gcc/scan-decls.c