This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Finish i386/ CPP builtin conversion.
- From: "David O'Brien" <obrien at NUXI dot com>
- To: Neil Booth <neil at daikokuya dot co dot uk>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 28 Jun 2002 18:08:08 -0700
- Subject: Re: Finish i386/ CPP builtin conversion.
- Organization: The NUXI BSD group
- References: <20020626172912.GA10143@daikokuya.co.uk>
- Reply-to: obrien at NUXI dot com
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. All the #undef just hides
name space pollution and bugs.
[*] not that I am an official maintainer, but I have done several
configury header cleanups.