projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f85c14e
)
* fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry!
author
Neil Booth
<neil@gcc.gnu.org>
Sat, 13 Jan 2001 01:13:35 +0000
(
01:13
+0000)
committer
Neil Booth
<neil@gcc.gnu.org>
Sat, 13 Jan 2001 01:13:35 +0000
(
01:13
+0000)
From-SVN: r38973
gcc/fix-header.c
patch
|
blob
|
history
diff --git
a/gcc/fix-header.c
b/gcc/fix-header.c
index 522434f6ce3b22668f83be83934d4f5a992e1df0..c2e31f6e48e1fd871d56edaa6f3374f6b64851c8 100644
(file)
--- 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;