cppinit.c (cpp_handle_option): help_only is now part of the cpp_options structure.
commit7e96d768fe4e8fa821372cc7c7cd707efb917a3b
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 13 Jan 2001 01:00:01 +0000 (13 01:00 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 13 Jan 2001 01:00:01 +0000 (13 01:00 +0000)
tree954953c60f9ccf103dbd07196bae6f6aedd8d36c
parent23de1fbfd0e36837e18117cb79a5f336a375eb40
cppinit.c (cpp_handle_option): help_only is now part of the cpp_options structure.

        * cppinit.c (cpp_handle_option): help_only is now part of the
        cpp_options structure.
        * cpplib.c (cpp_errors, cpp_get_options, cpp_get_callbacks,
        cpp_set_callbacks): New functions.
        * cpplib.h (cpp_callbacks): Break out as a named structure.
        (cpp_options): Move help_only here from cpp_reader.
        (CPP_FATAL_ERRORS): Update to use cpp_errors.
        (cpp_errors, cpp_get_options, cpp_get_callbacks,
        cpp_set_callbacks): New prototypes.
        * cppmain.c (main): Update for help_only.

From-SVN: r38971
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmain.c