diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
commit | 5c120a725520c03a71acee6adb19daf9dba4d0aa (patch) | |
tree | b4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cppfiles.c | |
parent | 9cf6679e085217d7889ecb74decc28b6c05dcc61 (diff) | |
download | ppe42-gcc-5c120a725520c03a71acee6adb19daf9dba4d0aa.tar.gz ppe42-gcc-5c120a725520c03a71acee6adb19daf9dba4d0aa.zip |
* 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
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |