diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-12 01:10:55 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-12 01:10:55 +0000 |
commit | 43a06cdb3fa863a57039fcc681f2717d5ddc363f (patch) | |
tree | 0728557495e752bdb2538fb74c4f948479f4670b /gcc/cpperror.c | |
parent | e2402661c0f890280a8d0e41a8cfb4d6b22eec61 (diff) | |
download | ppe42-gcc-43a06cdb3fa863a57039fcc681f2717d5ddc363f.tar.gz ppe42-gcc-43a06cdb3fa863a57039fcc681f2717d5ddc363f.zip |
* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpperror.c')
-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 33e2c01188d..a610e2f234a 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"); |