summaryrefslogtreecommitdiff
path: root/gcc/tm.texi
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:19:56 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:19:56 -0400
commit37d13a2972c7373bcb9516a4ab432c7ee8d65f47 (patch)
treeb485e00f1c3b9e0f9a2d9c0dea510217a75a7b97 /gcc/tm.texi
parenteb79550984932d2e520aa295c80f2803ffba2a50 (diff)
downloadgcc-37d13a2972c7373bcb9516a4ab432c7ee8d65f47.tar.gz
Formerly tm.texi.~234~
From-SVN: r12932
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r--gcc/tm.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi
index 55fe26ac45d..e7162999fc4 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -6814,10 +6814,9 @@ newly defined @var{type}.
@findex DOLLARS_IN_IDENTIFIERS
@item DOLLARS_IN_IDENTIFIERS
Define this macro to control use of the character @samp{$} in identifier
-names. The value should be 0, 1, or 2. 0 means @samp{$} is not allowed
-by default; 1 means it is allowed by default if @samp{-traditional} is
-used; 2 means it is allowed by default provided @samp{-ansi} is not used.
+names. 0 means @samp{$} is not allowed by default; 1 means it is allowed.
1 is the default; there is no need to define this macro in that case.
+This macro controls the compiler proper; it does not affect the preprocessor.
@findex NO_DOLLAR_IN_LABEL
@item NO_DOLLAR_IN_LABEL