diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-01-07 17:42:22 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-01-07 17:42:22 +0000 |
commit | f6a13bffbbae0b5cf9e74b8ee169c892d25faf0e (patch) | |
tree | 6d73506b52754ccae65db2c81fb83d8135e2cd8b /gcc/fix-header.c | |
parent | 963024335a5ad4d219d0feedc4e08149822438ba (diff) | |
download | gcc-f6a13bffbbae0b5cf9e74b8ee169c892d25faf0e.zip gcc-f6a13bffbbae0b5cf9e74b8ee169c892d25faf0e.tar.gz gcc-f6a13bffbbae0b5cf9e74b8ee169c892d25faf0e.tar.bz2 |
* fix-header.c (read_scan_file): s/pfile/scan_in/.
From-SVN: r38778
Diffstat (limited to 'gcc/fix-header.c')
-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 0548559..11b1141 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -629,7 +629,7 @@ read_scan_file (in_fname, argc, argv) i = cpp_handle_options (scan_in, argc, argv); if (i < argc && ! CPP_FATAL_ERRORS (scan_in)) cpp_fatal (scan_in, "Invalid option `%s'", argv[i]); - cpp_post_options (pfile); + cpp_post_options (scan_in); if (CPP_FATAL_ERRORS (scan_in)) exit (FATAL_EXIT_CODE); |