Fix patch oops.
From-SVN: r76201
This commit is contained in:
parent
cec73eb50c
commit
54020b29a8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue