Commit 009eaef6 by Per Bothner

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

From-SVN: r9631
parent 7e2b9499
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment