* fix-header.c (read_scan_file): s/pfile/scan_in/.

From-SVN: r38778
This commit is contained in:
Neil Booth 2001-01-07 17:42:22 +00:00 committed by Neil Booth
parent 963024335a
commit f6a13bffbb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
* fix-header.c (read_scan_file): s/pfile/scan_in/.
2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
* c-lang.c (c_post_options): Call cpp_post_options.

View File

@ -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);