aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2002-08-12 22:44:30 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-08-12 22:44:30 +0000
commitf4ff5a691f18d9f0fe106e76c99f1f9e77de368a (patch)
tree964d0b5f695c2048f02200e7dfda82d8e3cbbaae /gcc/fix-header.c
parent34116c2a895051529a5cf160d6cb8b82f42bd70b (diff)
downloadgcc-f4ff5a691f18d9f0fe106e76c99f1f9e77de368a.zip
gcc-f4ff5a691f18d9f0fe106e76c99f1f9e77de368a.tar.gz
gcc-f4ff5a691f18d9f0fe106e76c99f1f9e77de368a.tar.bz2
c-opts.c (deps_seen, [...]): New.
* c-opts.c (deps_seen, deps_file, deferred_count, deferred_size, handle_deferred_opts, sanitize_cpp_opts, defer_opt, struct deferred_opt): New. (COMMAND_LINE_OPTIONS): Add -M*. (missing_arg): Update. (c_common_decode_option): Handle -M*. (c_common_post_options): Handle -M*. Use sanitize_cpp_opts; don't call cpp_post_options. (c_common_finish, check_deps_environment_vars): Update. * cppfiles.c (stack_include_file, handle_missing_header): Update. * cpphash.h (CPP_PRINT_DEPS): Remove. * cppinit.c: Don't include version.h. (cpp_create_reader): Don't call deps_init. Initialize warn_long_long. (cpp_read_main_file): Init deps if necessary. (cpp_destroy): Conditionally free deps. (cpp_finish): Update. (no_tgt): Remove. (COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*. (cpp_post_options): Rename post_options. * cpplib.h (struct cpp_options): Remove some dependency options; move others to a new structure. (cpp_post_options): Remove. (cpp_finish): Comment. * fix-header.c (read_scan_file): Don't call cpp_post_options. treelang: * treelang.c: Remove cpp_post_options. From-SVN: r56239
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 24c2070..bce334d 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -632,7 +632,6 @@ read_scan_file (in_fname, argc, argv)
i = cpp_handle_options (scan_in, argc, argv);
if (i < argc)
cpp_error (scan_in, DL_ERROR, "invalid option `%s'", argv[i]);
- cpp_post_options (scan_in);
if (cpp_errors (scan_in))
exit (FATAL_EXIT_CODE);