]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cppinit.c
(initialize, [...]): Rename s/initialize/init.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 7 Jan 2001 11:15:13 +0000 (11:15 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 7 Jan 2001 11:15:13 +0000 (11:15 +0000)
commit7ca3d2b15202f9f48a05c20e214b6f93aecbaf64
tree698b13f0ca96825280755f809e883d43878599f7
parent536fe39c7aa573c9a64e636c0e93e3d7ee0ba7f1
(initialize, [...]): Rename s/initialize/init.

        * (initialize, initialize_builtins,
        initialize_dependency_output, initialize_standard_includes):
        Rename s/initialize/init. Update.
        (init_dependency_output): Move to after
        cpp_handle_options, the correct location temporally at least.
        (opt_comp): Move next to init (), its caller.  Fix prototype.
        (init): Make "initialized" local scope.
        (cpp_create_reader): Always call init ().
        (cpp_start_read): Update.
        (output_deps): New function, broken out of cpp_finish.
        (cpp_finish): Break out output_deps.

From-SVN: r38770
gcc/ChangeLog
gcc/cppinit.c