diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-09 20:19:18 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-09 20:19:18 +0000 |
commit | 03be9a313e275bcd51ea14903ffd7fdda66f7d70 (patch) | |
tree | 801536945e1a2b0067eb9ade499dd522b38e294a /gcc/cpp.texi | |
parent | 23d42a4b85e7fed42ffcb3f41962197ab73db92f (diff) | |
download | gcc-03be9a313e275bcd51ea14903ffd7fdda66f7d70.tar.gz |
Formerly cpp.texi.~24~
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12928 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpp.texi')
-rw-r--r-- | gcc/cpp.texi | 11 |
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 |