From 5c120a725520c03a71acee6adb19daf9dba4d0aa Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 25 Jun 2003 21:01:10 +0000 Subject: * cppfiles.c: Clarify comments. * cpphash.h: Likewise. * cpplib.h: Likewise. * cppmacro.c: Likewise. * mkdeps.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68496 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cppfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cppfiles.c') diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index cd6fd6cfef6..ceb64136969 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -741,7 +741,7 @@ _cpp_execute_include (cpp_reader *pfile, const char *fname, int angle_brackets, } /* Locate HEADER, and determine whether it is newer than the current - file. If it cannot be located or dated, return -1, if it is newer + file. If it cannot be located or dated, return -1, if it is newer, return 1, otherwise 0. */ int _cpp_compare_file_date (cpp_reader *pfile, const char *fname, -- cgit v1.2.3