From: "Mark E." To: djgpp-workers AT delorie DOT com, eliz AT is DOT elta DOT co DOT il, gcc AT gcc DOT gnu DOT org Date: Thu, 20 Jul 2000 09:24:11 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: GCC headers and DJGPP port Message-ID: <3976C53B.9738.12C0B3@localhost> In-reply-to: <200007201115.NAA14806@loewis.home.cs.tu-berlin.de> References: <200007200644 DOT CAA09337 AT indy DOT delorie DOT com> (message from Eli Zaretskii on Thu, 20 Jul 2000 02:44:16 -0400 (EDT)) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > > In any case, the following headers out of the above list seem > > especially dangerous: > > > > - errno.h > > - limits.h > > - assert.h > > - math.h These are fixincluded headers. Or at least they aren't in the replacement header directory. Don't worry about these. > > - stddef.h > > This one is along with: iso646.h stdarg.h stdbool.h varargs.h