2007-07-06 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* 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: r126427
case OPT_lang_asm:
cpp_set_lang (parse_in, CLK_ASM);
- cpp_opts->dollars_in_ident = false;
break;
case OPT_lang_fortran:
@defmac DOLLARS_IN_IDENTIFIERS
Define this macro to control use of the character @samp{$} in
-identifier names for the C family of languages. 0 means @samp{$} is
+identifier 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.
@end defmac