Date: Sat, 07 Jul 2001 17:31:30 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <1659-Sat07Jul2001173129+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 Subject: Re: Comments on GCC 3.0 distribution Reply-To: djgpp-workers AT delorie DOT com I see that lib/gcc-lib/djgpp/3.0/include has several header files, such as limits.h, stdarg.h, stddef.h. Not all of them have #include_next, so I'm wondering whether GCC uses those headers in preference to ours, and if so, what ckind of trouble can that do. For example, our stddef.h includes sys/djtypes.h, but the one which comes with GCC does not. Even if they all had #include_next, I'm not sure GCC will pick up our files. Did someone verify that? I admit that I don't remember what was the agreement back when we discussed this issue.