mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 04:39:35 +08:00
* fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry!
From-SVN: r38973
This commit is contained in:
parent
f85c14eed1
commit
24538dcbec
@ -627,7 +627,7 @@ read_scan_file (in_fname, argc, argv)
|
||||
|
||||
/* We are going to be scanning a header file out of its proper context,
|
||||
so ignore warnings and errors. */
|
||||
options = cpp_get_options (pfile);
|
||||
options = cpp_get_options (scan_in);
|
||||
options->inhibit_warnings = 1;
|
||||
options->inhibit_errors = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user