diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-03-02 17:44:18 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-03-02 17:44:18 +0000 |
commit | 986b1f13342be85a545cf1ce5560aef248bf87c3 (patch) | |
tree | 59efbdcac9849427f9743e4c35cc2278aecb7295 /gcc/c-incpath.h | |
parent | a339cb5bd9cc8a2fc232055dd5f8a1f9f45f093c (diff) | |
download | gcc-986b1f13342be85a545cf1ce5560aef248bf87c3.zip gcc-986b1f13342be85a545cf1ce5560aef248bf87c3.tar.gz gcc-986b1f13342be85a545cf1ce5560aef248bf87c3.tar.bz2 |
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
Diffstat (limited to 'gcc/c-incpath.h')
-rw-r--r-- | gcc/c-incpath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-incpath.h b/gcc/c-incpath.h index 860ea3c..e5b0218 100644 --- a/gcc/c-incpath.h +++ b/gcc/c-incpath.h @@ -19,6 +19,5 @@ extern void split_quote_chain PARAMS ((void)); extern void add_path PARAMS ((char *, int, int)); extern void register_include_chains PARAMS ((cpp_reader *, const char *, const char *, int, int, int)); -extern void simplify_path PARAMS ((char *)); enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; |