This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Eliminated poisoned macro use in kaos.h
- From: Jim Wilson <wilson at tuliptree dot org>
- To: Uwe Stieber <uwe at kaos-group dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 03 Jul 2003 23:05:25 -0700
- Subject: Re: [PATCH] Eliminated poisoned macro use in kaos.h
- References: <200306281528.38703.uwe@kaos-group.de>
Uwe Stieber wrote:
the attached fix catch up with the currently list of poisoned macros for gcc
configuration headers. The necessary target os cpp builtin define is now done
with builtin_define("...).
Thanks. I checked it in.
I don't believe you did anything wrong here. Rather, I believe the
problem is our (GCC's) fault for ignoring the patch too long creating
conflicts from parallel development.
Jim