* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.
From-SVN: r9631
This commit is contained in:
parent
7e2b9499e2
commit
009eaef6a0
1 changed files with 0 additions and 8 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue