2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-02-17 06:29:31 +08:00

Formerly invoke.texi.~320~

From-SVN: r12931
This commit is contained in:
Richard Kenner 1996-10-09 16:19:51 -04:00
parent 39b3bed7fe
commit eb79550984

View File

@ -872,8 +872,8 @@ two definitions were merged.
@item -fdollars-in-identifiers
Accept @samp{$} in identifiers. You can also explicitly prohibit use of
@samp{$} with the option @samp{-fno-dollars-in-identifiers}. (GNU C++
allows @samp{$} by default on some target systems but not others.)
@samp{$} with the option @samp{-fno-dollars-in-identifiers}. (GNU C allows
@samp{$} by default on most target systems, but there are a few exceptions.)
Traditional C allowed the character @samp{$} to form part of
identifiers. However, ANSI C and C++ forbid @samp{$} in identifiers.