Commit b9f4b20a by Geoffrey Keating Committed by Geoffrey Keating

* fix-header.c (read_scan_file): Don't reference simplify_path.

From-SVN: r63684
parent 97d322cc
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> 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
......
...@@ -625,7 +625,6 @@ read_scan_file (in_fname, argc, argv) ...@@ -625,7 +625,6 @@ read_scan_file (in_fname, argc, argv)
scan_in = cpp_create_reader (CLK_GNUC89); scan_in = cpp_create_reader (CLK_GNUC89);
cb = cpp_get_callbacks (scan_in); cb = cpp_get_callbacks (scan_in);
cb->file_change = cb_file_change; 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, /* We are going to be scanning a header file out of its proper context,
so ignore warnings and errors. */ so ignore warnings and errors. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment