From: Neil Booth Date: Sun, 7 Jan 2001 17:42:22 +0000 (+0000) Subject: * fix-header.c (read_scan_file): s/pfile/scan_in/. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6a13bffbbae0b5cf9e74b8ee169c892d25faf0e;p=gcc.git * fix-header.c (read_scan_file): s/pfile/scan_in/. From-SVN: r38778 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 589a2b7719e..de0d48cfc56 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-07 Neil Booth + + * fix-header.c (read_scan_file): s/pfile/scan_in/. + 2001-01-07 Neil Booth * c-lang.c (c_post_options): Call cpp_post_options. diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 05485592d5f..11b11412181 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -629,7 +629,7 @@ read_scan_file (in_fname, argc, argv) i = cpp_handle_options (scan_in, argc, argv); if (i < argc && ! CPP_FATAL_ERRORS (scan_in)) cpp_fatal (scan_in, "Invalid option `%s'", argv[i]); - cpp_post_options (pfile); + cpp_post_options (scan_in); if (CPP_FATAL_ERRORS (scan_in)) exit (FATAL_EXIT_CODE);