Commit eb795509 by Richard Kenner

Formerly invoke.texi.~320~

From-SVN: r12931
parent 39b3bed7
...@@ -872,8 +872,8 @@ two definitions were merged. ...@@ -872,8 +872,8 @@ two definitions were merged.
@item -fdollars-in-identifiers @item -fdollars-in-identifiers
Accept @samp{$} in identifiers. You can also explicitly prohibit use of Accept @samp{$} in identifiers. You can also explicitly prohibit use of
@samp{$} with the option @samp{-fno-dollars-in-identifiers}. (GNU C++ @samp{$} with the option @samp{-fno-dollars-in-identifiers}. (GNU C allows
allows @samp{$} by default on some target systems but not others.) @samp{$} by default on most target systems, but there are a few exceptions.)
Traditional C allowed the character @samp{$} to form part of Traditional C allowed the character @samp{$} to form part of
identifiers. However, ANSI C and C++ forbid @samp{$} in identifiers. identifiers. However, ANSI C and C++ forbid @samp{$} in identifiers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment