OSDN Git Service

* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 1995 01:10:55 +0000 (01:10 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 1995 01:10:55 +0000 (01:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9631 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cpperror.c

index 33e2c01..a610e2f 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");