Formerly cpp.texi.~24~
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:19:18 +0000 (16:19 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:19:18 +0000 (16:19 -0400)
From-SVN: r12928

gcc/cpp.texi

index cb2ee9d9e24f9f4b0b756b1ec99be9d08dcd12e1..c74b4b2277447cfedabec761951693b50e94ca75 100644 (file)
@@ -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