Fix patch oops.

From-SVN: r76201
This commit is contained in:
Per Bothner 2004-01-19 23:35:21 -08:00
parent cec73eb50c
commit 54020b29a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);