Date: Tue, 18 Jul 2000 11:20:16 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: GCC headers and DJGPP port In-Reply-To: <39740DE0.32AA86B9@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 18 Jul 2000, Laurynas Biveinis wrote: > It seems that this time my mail has reached the target :-) I hope so. I'm still waiting to see any technical explanation; until now I didn't see any. > To sum up things - we will be able to get right type definitions > in GCC headers. Frankly, I don't see why do you think such changes will be accepted by the GCC maintainers: I didn't see any sign of commitment on their part. But I guess we could always try anyway... > So I propose to reconsider my patch for type > sentinels. Also IMHO it's a good idea to revert my patch to > and , since they won't be used with GCC 3.0 > anyway. > > Last, but not the least, if we're gonna to rely on GCC's stddef.h > stuff, we will have to drop __DJ_size_t macros from sys/djtypes.h. > Our headers will have to include and not . > > Any objections? OK to implement? sys/djtypes.h is there for a reason; I think ANSI doesn't allow stddef.h to be included by other headers. But please post here the diffs that you want to commit, after the changes you mention above, and let's look at them. Thanks for pursuing this troublesome issue!