This is the mail archive of the gcc-patches@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: Finish i386/ CPP builtin conversion.


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.


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