Comment fix.
authorRichard Stallman <rms@gnu.org>
Fri, 30 Apr 1993 03:15:53 +0000 (03:15 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 30 Apr 1993 03:15:53 +0000 (03:15 +0000)
From-SVN: r4282

gcc/cccp.c

index ad54432cdb5c22816cad90f7d04989d99ffd9ce9..26f976a117be956e762408dad44c9fb7773efb76 100644 (file)
@@ -4138,7 +4138,9 @@ is_system_include (filename)
 \f
 /* 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.  */