From a1497e2455614ef0d082c5e42e07a95b41732bbf Mon Sep 17 00:00:00 2001 From: geoffk Date: Fri, 14 Nov 2003 19:00:04 +0000 Subject: * 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 --- gcc/cppfiles.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/cppfiles.c') 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; } -- cgit v1.2.3