diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1995-05-11 18:10:55 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1995-05-11 18:10:55 -0700 |
commit | 009eaef6a08c82253361a73968b30b91970791b6 (patch) | |
tree | 0728557495e752bdb2538fb74c4f948479f4670b | |
parent | 7e2b9499e24d380925dbf1eac3ca2f7503b32ea1 (diff) | |
download | gcc-009eaef6a08c82253361a73968b30b91970791b6.zip gcc-009eaef6a08c82253361a73968b30b91970791b6.tar.gz gcc-009eaef6a08c82253361a73968b30b91970791b6.tar.bz2 |
* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.
From-SVN: r9631
-rw-r--r-- | gcc/cpperror.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 33e2c01..a610e2f 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -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"); |