OSDN Git Service

(main): Clear first_bracket_include for -I-.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jul 1992 01:39:11 +0000 (01:39 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jul 1992 01:39:11 +0000 (01:39 +0000)
commitf014762ff98699f180d705644bb80c1da9f351ab
tree3e4bba7ba0758d9f896e9f118a3d7f59e7fff88a
parentce7685fa45ac9fa73fc56e451790badcdfb87990
(main): Clear first_bracket_include for -I-.
Set first_system_include for first system header directory.
(is_system_include): Start search at first_system_include.

(INCLUDE_LEN_FUDGE): Defined.
(append_include_chain): New function.  Adds directory(ies)
to include chain and updates value of max_include_len.
(main, path_include): Use append_include_chain.
(do_include): Use INCLUDE_LEN_FUDGE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1488 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cccp.c