* fix-header.c (read_scan_file): s/pfile/scan_in/.
From-SVN: r38778
This commit is contained in:
parent
963024335a
commit
f6a13bffbb
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user