summaryrefslogtreecommitdiffstats
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-14 19:00:04 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-14 19:00:04 +0000
commita1497e2455614ef0d082c5e42e07a95b41732bbf (patch)
treebc436ae9cb4bb87c1693e604b10b04529f719c5c /gcc/cppfiles.c
parent8534c3a3676b7e8ff0da9721865d28174f963b87 (diff)
downloadppe42-gcc-a1497e2455614ef0d082c5e42e07a95b41732bbf.tar.gz
ppe42-gcc-a1497e2455614ef0d082c5e42e07a95b41732bbf.zip
* cppfiles.c (_cpp_find_file): Make 'one or more PCH files were found'
message comply with GNU standards. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73611 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index f455162be51..63e99212471 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -389,10 +389,10 @@ _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool f
if (invalid_pch)
{
cpp_error (pfile, CPP_DL_ERROR,
- "One or more PCH files were found, but they were invalid.");
- if (! cpp_get_options (pfile)->warn_invalid_pch)
+ "one or more PCH files were found, but they were invalid");
+ if (!cpp_get_options (pfile)->warn_invalid_pch)
cpp_error (pfile, CPP_DL_ERROR,
- "Use -Winvalid-pch for more information.");
+ "use -Winvalid-pch for more information");
}
break;
}
OpenPOWER on IntegriCloud