* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 12 May 1995 01:10:55 +0000 (18:10 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 12 May 1995 01:10:55 +0000 (18:10 -0700)
From-SVN: r9631

gcc/cpperror.c

index 33e2c01188d81906319e916713c50b0282df912a..a610e2f234abb0c011368e1001e1d7385f9ec228 100644 (file)
@@ -63,15 +63,7 @@ cpp_print_containing_files (pfile)
            fprintf (stderr, ",\n                ");
        }
 
-/* start-sanitize-mpw */
-#ifdef MPW
-      fprintf (stderr, " File \"%s\"; Line %d  # ", ip->nominal_fname, line);
-#else
-/* end-sanitize-mpw */
       fprintf (stderr, " from %s:%d", ip->nominal_fname, line);
-/* start-sanitize-mpw */
-#endif /* MPW */
-/* end-sanitize-mpw */
     }
   if (! first)
     fprintf (stderr, ":\n");