From: Richard Stallman Date: Fri, 30 Apr 1993 03:15:53 +0000 (+0000) Subject: Comment fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b126e7cecc46f880a279c76683c35529bd05321d;p=gcc.git Comment fix. From-SVN: r4282 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index ad54432cdb5..26f976a117b 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. */