Formerly invoke.texi.~320~
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:19:51 +0000 (16:19 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:19:51 +0000 (16:19 -0400)
From-SVN: r12931

gcc/invoke.texi

index f50f88087a376d39697662d39307e3cfb7f4cdf4..c975c357266b03a854532996d5ed70bb13066433 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.