diff options
author | Neil Booth <neil@gcc.gnu.org> | 2001-01-13 01:13:35 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-01-13 01:13:35 +0000 |
commit | 24538dcbec0fb53a62ab10932897a2746c35b475 (patch) | |
tree | 8f23d67f30568aafffbe2d8a688720366108a17b /gcc | |
parent | f85c14eed13fe0985ac491e89ccd0ff8bd4b8a1e (diff) | |
download | gcc-24538dcbec0fb53a62ab10932897a2746c35b475.zip gcc-24538dcbec0fb53a62ab10932897a2746c35b475.tar.gz gcc-24538dcbec0fb53a62ab10932897a2746c35b475.tar.bz2 |
* fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry!
From-SVN: r38973
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fix-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |