From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Mon, 15 May 2000 09:43:07 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: more gcc issues Message-ID: <391FC6AB.3330.951E1@localhost> References: <391D4709 DOT 24006 DOT 260204 AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > My greatest fears are with limits.h and float.h. We have there some > library-private defines, like NAME_MAX, __dj_double_epsilon, the > _control87 bits, etc. We cannot possibly hope that the version which > comes with GCC will DTRT, unless they have some trick to include the > system header from theirs (do they?). So, unless they withdraw these > two headers, we will have to change ours if they are incompatible. GCC's limits.h does call the system's limits.h so this isn't a problem. float.h on the other hand does not currently do this.