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

From-SVN: r38973
This commit is contained in:
Neil Booth 2001-01-13 01:13:35 +00:00
parent f85c14eed1
commit 24538dcbec
1 changed files with 1 additions and 1 deletions

View File

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