diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-02 17:44:18 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-02 17:44:18 +0000 |
commit | 03e3f0fdd00589afdab16f67722a025bab99bdca (patch) | |
tree | 59efbdcac9849427f9743e4c35cc2278aecb7295 /gcc/c-lex.c | |
parent | 8cef25e737d97238751152631de70237a2aabaa4 (diff) | |
download | gcc-03e3f0fdd00589afdab16f67722a025bab99bdca.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index e0617bd142d..d063cfe9ecc 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -41,7 +41,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tm_p.h" #include "splay-tree.h" #include "debug.h" -#include "c-incpath.h" #ifdef MULTIBYTE_CHARS #include "mbchar.h" @@ -125,7 +124,6 @@ init_c_lex (filename) cb->ident = cb_ident; cb->file_change = cb_file_change; cb->def_pragma = cb_def_pragma; - cb->simplify_path = simplify_path; cb->valid_pch = c_common_valid_pch; cb->read_pch = c_common_read_pch; |