aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:19:51 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:19:51 -0400
commiteb79550984932d2e520aa295c80f2803ffba2a50 (patch)
treec2e54c56757abcd7793029d994715d9afbbfa7b1 /gcc
parent39b3bed7fe8bdc44fe4f203934629ab1175e53f2 (diff)
downloadgcc-eb79550984932d2e520aa295c80f2803ffba2a50.zip
gcc-eb79550984932d2e520aa295c80f2803ffba2a50.tar.gz
gcc-eb79550984932d2e520aa295c80f2803ffba2a50.tar.bz2
Formerly invoke.texi.~320~
From-SVN: r12931
Diffstat (limited to 'gcc')
-rw-r--r--gcc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index f50f880..c975c35 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -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.