summaryrefslogtreecommitdiff
path: root/gcc/cpp.texi
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:19:18 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:19:18 -0400
commitcb0d6785e76badde4f52ec989345608946a5d59f (patch)
tree801536945e1a2b0067eb9ade499dd522b38e294a /gcc/cpp.texi
parentf84cddb99891e30f17c466793c2afd2865240e80 (diff)
downloadgcc-cb0d6785e76badde4f52ec989345608946a5d59f.tar.gz
Formerly cpp.texi.~24~
From-SVN: r12928
Diffstat (limited to 'gcc/cpp.texi')
-rw-r--r--gcc/cpp.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/cpp.texi b/gcc/cpp.texi
index cb2ee9d9e24..c74b4b22774 100644
--- a/gcc/cpp.texi
+++ b/gcc/cpp.texi
@@ -2841,11 +2841,12 @@ This option is available only when you call @code{cpp} directly;
@item -$
@findex -$
-Forbid the use of @samp{$} in identifiers. This is required for ANSI
-conformance. @code{gcc} automatically supplies this option to the
-preprocessor if you specify @samp{-ansi}, but @code{gcc} doesn't
-recognize the @samp{-$} option itself---to use it without the other
-effects of @samp{-ansi}, you must call the preprocessor directly.
+Forbid the use of @samp{$} in identifiers. This was formerly required
+for strict conformance to the C Standard before the standard was
+corrected.
+
+This option is available only when you call @code{cpp} directly;
+@code{gcc} will not pass it from its command line.
@end table