Commit 24538dcb by Neil Booth

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

From-SVN: r38973
parent f85c14ee
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment