From: neil Date: Sat, 13 Jan 2001 01:13:35 +0000 (+0000) Subject: * fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry! X-Git-Tag: upstream/4.9.2~96578 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6b36d06135033b126fc2284aaf57e6f8a519dc0;p=platform%2Fupstream%2Flinaro-gcc.git * fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry! git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38973 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 522434f..c2e31f6 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -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;