* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.

From-SVN: r9631
This commit is contained in:
Per Bothner 1995-05-11 18:10:55 -07:00
parent 7e2b9499e2
commit 009eaef6a0

View 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");