aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-04-30 03:15:53 +0000
committerRichard Stallman <rms@gnu.org>1993-04-30 03:15:53 +0000
commitb126e7cecc46f880a279c76683c35529bd05321d (patch)
treebd48fc02df91b8d5e39e2e3abca0f93d50ec6f29
parente855c5ce209b9f33af29453f7464611b8c8089d6 (diff)
downloadgcc-b126e7cecc46f880a279c76683c35529bd05321d.zip
gcc-b126e7cecc46f880a279c76683c35529bd05321d.tar.gz
gcc-b126e7cecc46f880a279c76683c35529bd05321d.tar.bz2
Comment fix.
From-SVN: r4282
-rw-r--r--gcc/cccp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index ad54432..26f976a 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -4138,7 +4138,9 @@ is_system_include (filename)
/* Process the contents of include file FNAME, already open on descriptor F,
with output to OP.
- SYSTEM_HEADER_P is 1 if this file was specified using <...>.
+ SYSTEM_HEADER_P is 1 if this file resides in any one of the known
+ "system" include directories (as decided by the `is_system_include'
+ function above).
DIRPTR is the link in the dir path through which this file was found,
or 0 if the file name was absolute. */