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]

Re: mips cc1 spec vs. fp reg defines vs. assembly code


On Sun, 2002-06-09 at 13:19, Neil Booth wrote:
> 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.

doh. Thought I changed that. Thanks :)

-eric

-- 
I will not carve gods


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]