OSDN Git Service

Formerly invoke.texi.~320~
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 1996 20:19:51 +0000 (20:19 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 1996 20:19:51 +0000 (20:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12931 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/invoke.texi

index f50f880..c975c35 100644 (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.