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: [PATCH] include _mingw.h in stddef.h


2009/9/18 Joseph S. Myers <joseph@codesourcery.com>:
> On Fri, 18 Sep 2009, Kai Tietz wrote:
>
>> I vote for adding _mingw.h include for mingw targets. I think Danny
>
> This is a very ambiguous vote. ?Adding the include where? ?Implicitly for
> all compilations (my GCC patch for implicit preincludes was only approved
> contingent on an associated glibc patch that has not been accepted)? ?In
> stddef.h?
>
> --
> Joseph S. Myers
> joseph@codesourcery.com
>

Sorry, as I said in front. I vote for adding to gcc's stddef.h the lines on top:

#if defined(__MINGW32__)
#include <_mingw.h>
#endif
...

Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


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