pkgsrc-ng/lang/gcc45/patches/patch-gcc_doc_cppenv.texi
Lionel Sambuc 612ad0a18c lang/gcc45
2016-01-22 00:09:29 +01:00

23 lines
584 B
Plaintext

$NetBSD$
--- gcc/doc/cppenv.texi.orig Sun Jan 18 02:10:34 2004
+++ gcc/doc/cppenv.texi
@@ -80,4 +80,17 @@ main input file is omitted.
@ifclear cppmanual
@xref{Preprocessor Options}.
@end ifclear
+
+@item CPP_RESTRICTED
+@cindex only open regular files
+If this variable is defined, cpp will skip any include file which is not a
+regular file, and will continue searching for the requested name (this is
+always done if the found file is a directory).
+@ifset cppmanual
+@xref{Invocation}.
+@end ifset
+@ifclear cppmanual
+@xref{Preprocessor Options}.
+@end ifclear
+
@end vtable