This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Finish i386/ CPP builtin conversion.
David O'Brien wrote:-
> On Wed, Jun 26, 2002 at 06:29:12PM +0100, Neil Booth wrote:
> > This does the rest. Tested on i386-foo-mingw32crt and i386-foo-sysv5.
> ...
> > +#undef EXTRA_OS_CPP_BUILTINS
> > +#define EXTRA_OS_CPP_BUILTINS() \
>
> I'd[*] really prefer that you didn't #undef this. No one before this
> file should be defining EXTRA_OS_CPP_BUILTINS.
But someone does.
Neil.