projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec73eb
)
Fix patch oops.
author
Per Bothner
<bothner@gcc.gnu.org>
Tue, 20 Jan 2004 07:35:21 +0000
(23:35 -0800)
committer
Per Bothner
<bothner@gcc.gnu.org>
Tue, 20 Jan 2004 07:35:21 +0000
(23:35 -0800)
From-SVN: r76201
gcc/cppfiles.c
patch
|
blob
|
history
diff --git
a/gcc/cppfiles.c
b/gcc/cppfiles.c
index f7fdec6b5e63b31808401ee40b4e0440272fc9bb..cd735f598340f8d95571b8b83f1933df9bc2bba0 100644
(file)
--- a/
gcc/cppfiles.c
+++ b/
gcc/cppfiles.c
@@
-1257,7
+1257,7
@@
validate_pch (cpp_reader *pfile, _cpp_file *file, const char *pchname)
if (CPP_OPTION (pfile, print_include_names))
{
unsigned int i;
- for (i = 1; i < pfile->line_
maps.
depth; i++)
+ for (i = 1; i < pfile->line_
table->
depth; i++)
putc ('.', stderr);
fprintf (stderr, "%c %s\n",
valid ? '!' : 'x', pchname);