From b126e7cecc46f880a279c76683c35529bd05321d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 30 Apr 1993 03:15:53 +0000 Subject: [PATCH] Comment fix. From-SVN: r4282 --- gcc/cccp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. */ -- 2.30.2