c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 2 Mar 2003 17:44:18 +0000 (17:44 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 2 Mar 2003 17:44:18 +0000 (17:44 +0000)
commit986b1f13342be85a545cf1ce5560aef248bf87c3
tree59efbdcac9849427f9743e4c35cc2278aecb7295
parenta339cb5bd9cc8a2fc232055dd5f8a1f9f45f093c
c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c.

* c-incpath.c (remove_component_p, simplify_path): Move back to
cppfiles.c.
(remove_duplicates): Use cpp_simplify_path.
* c-incpath.h (simplify_path): Remove.
* c-lex.c: Don't include c-incpath.h.
(init_c_lex): Remove simplify_path.
* cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
(find_or_create_entry, validate_pch): Revert.

From-SVN: r63669
gcc/ChangeLog
gcc/c-incpath.c
gcc/c-incpath.h
gcc/c-lex.c
gcc/cppfiles.c
gcc/cpplib.h