aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2007-07-08 09:46:20 -0400
committerSandra Loosemore <sandra@gcc.gnu.org>2007-07-08 09:46:20 -0400
commit170ea7b94828ab882687a787cf41ea4620919147 (patch)
tree7fd9f53860a5d9bd831e028aeff2b732637c082c /gcc/doc
parent1cd13fb851411d2b7e7c263ea0208f34e5e8e264 (diff)
downloadgcc-170ea7b94828ab882687a787cf41ea4620919147.zip
gcc-170ea7b94828ab882687a787cf41ea4620919147.tar.gz
gcc-170ea7b94828ab882687a787cf41ea4620919147.tar.bz2
revert: c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS apply to assembly language, too.
2007-07-08 Sandra Loosemore <sandra@codesourcery.com> Revert this patch: 2007-07-06 Sandra Loosemore <sandra@codesourcery.com> * c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS apply to assembly language, too. * doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update. From-SVN: r126458
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 8322910..3a66303 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -9774,7 +9774,7 @@ previous value.
@defmac DOLLARS_IN_IDENTIFIERS
Define this macro to control use of the character @samp{$} in
-identifier names. 0 means @samp{$} is
+identifier names for the C family of languages. 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.
@end defmac