diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-03-02 21:02:16 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-03-02 21:02:16 +0000 |
commit | b9f4b20ad07b168c809ecdb91635df9c738bcab3 (patch) | |
tree | cc19a67cda7e24f43232ce1cb71aace8e516c88c /gcc | |
parent | 97d322cc8f1b0a29e5e8bbf58b852d188f38b46a (diff) | |
download | gcc-b9f4b20ad07b168c809ecdb91635df9c738bcab3.zip gcc-b9f4b20ad07b168c809ecdb91635df9c738bcab3.tar.gz gcc-b9f4b20ad07b168c809ecdb91635df9c738bcab3.tar.bz2 |
* fix-header.c (read_scan_file): Don't reference simplify_path.
From-SVN: r63684
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fix-header.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 180641e..a421151 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-03-02 Geoffrey Keating <geoffk@apple.com> + + * fix-header.c (read_scan_file): Don't reference simplify_path. + 2003-03-02 Stephane Carrez <stcarrez@nerim.fr> * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 305a868..2bf4692 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -625,7 +625,6 @@ read_scan_file (in_fname, argc, argv) scan_in = cpp_create_reader (CLK_GNUC89); cb = cpp_get_callbacks (scan_in); cb->file_change = cb_file_change; - cb->simplify_path = simplify_path; /* We are going to be scanning a header file out of its proper context, so ignore warnings and errors. */ |