This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Eric Christopher wrote:-
> + if (preprocessing_asm_p ()) \
> + { \
> + builtin_define_std ("LANGUAGE_ASSEMBLY"); \
> + builtin_define_std ("_LANGUAGE_ASSEMBLY"); \
> + } \
> + else if (c_language == clk_c) \
> + { \
> + builtin_define_std ("LANGUAGE_C"); \
> + builtin_define_std ("_LANGUAGE_C"); \
The _std's are not wanted for the 2 "_LANGUAGE" versions.
Neil.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |