From: Richard Kenner Date: Wed, 9 Oct 1996 20:19:18 +0000 (-0400) Subject: Formerly cpp.texi.~24~ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb0d6785e76badde4f52ec989345608946a5d59f;p=gcc.git Formerly cpp.texi.~24~ From-SVN: r12928 --- 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