diff options
author | Martin Schaffner <schaffner@gmx.li> | 2003-06-25 23:01:10 +0200 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-25 21:01:10 +0000 |
commit | 48c4721eacdd2215e4b0335b50b5379c72924fd8 (patch) | |
tree | b4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cppfiles.c | |
parent | f18754d6403e23cb34e62bb6e09a15a357fa2782 (diff) | |
download | gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.zip gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.gz gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.bz2 |
cppfiles.c: Clarify comments.
* cppfiles.c: Clarify comments.
* cpphash.h: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* mkdeps.h: Likewise.
From-SVN: r68496
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 cd6fd6c..ceb6413 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, |