]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* fix-header.c (read_scan_file): s/pfile/scan_in/.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 17:42:22 +0000 (17:42 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 17:42:22 +0000 (17:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38778 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fix-header.c

index 589a2b7719e47cbfc760fec296f85a8af40b409b..de0d48cfc562d9fe7bbc50f3d61e03f733d1115f 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+        * fix-header.c (read_scan_file): s/pfile/scan_in/.
+
 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
 
         * c-lang.c (c_post_options): Call cpp_post_options.
index 05485592d5f404c53c033207531d87b19ffc144b..11b114121819f1ad14fcf34edb511ee360520684 100644 (file)
@@ -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);