Formerly tm.texi.~234~
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:19:56 +0000 (16:19 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:19:56 +0000 (16:19 -0400)
From-SVN: r12932

gcc/tm.texi

index 55fe26ac45dfbf55b3f495d0846f49b9777c2221..e7162999fc474e0a22cd66bb4093c4fc3c824d52 100644 (file)
@@ -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