From 564bb0b81cc03111a46cea575cb2eebf99d08060 Mon Sep 17 00:00:00 2001 From: eck Date: Thu, 19 Apr 1990 16:04:58 +0000 Subject: [PATCH] changed remark about predefined identifiers --- lang/cem/cpp.ansi/ncpp.6 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/cem/cpp.ansi/ncpp.6 b/lang/cem/cpp.ansi/ncpp.6 index ce64aebcc..797ccabec 100644 --- a/lang/cem/cpp.ansi/ncpp.6 +++ b/lang/cem/cpp.ansi/ncpp.6 @@ -43,7 +43,8 @@ do not generate line directives set maximum identifier length to .IR n . .PP -The following names are always available unless undefined: +The following names are always available. They cannot be the subject of a +-U command line option or a #undef directive. .RS .IP __STDC__ A decimal constant 1, indicating that this is an ANSI C conforming -- 2.34.1