Fix patch oops.
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 20 Jan 2004 07:35:21 +0000 (23:35 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 20 Jan 2004 07:35:21 +0000 (23:35 -0800)
From-SVN: r76201

gcc/cppfiles.c

index f7fdec6b5e63b31808401ee40b4e0440272fc9bb..cd735f598340f8d95571b8b83f1933df9bc2bba0 100644 (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);