From: Zack Weinberg Date: Thu, 20 Jul 2000 09:54:07 -0700 To: Bruce Korb Cc: DJ Delorie , djgpp-workers AT delorie DOT com, gcc AT gcc DOT gnu DOT org Subject: Re: GCC headers and DJGPP port Message-ID: <20000720095407.M7661@wolery.cumb.org> References: <200007180918 DOT FAA06988 AT indy DOT delorie DOT com> <200007181913 DOT VAA01170 AT loewis DOT home DOT cs DOT tu-berlin DOT de> <200007191826 DOT OAA08693 AT indy DOT delorie DOT com> <200007200729 DOT JAA01060 AT loewis DOT home DOT cs DOT tu-berlin DOT de> <200007201024 DOT GAA09536 AT indy DOT delorie DOT com> <200007201205.OA <397719F4 DOT 16F8A257 AT sco DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <397719F4.16F8A257@sco.com>; from bkorb@sco.COM on Thu, Jul 20, 2000 at 08:25:40AM -0700 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 Thu, Jul 20, 2000 at 08:25:40AM -0700, Bruce Korb wrote: ... > The amusing thing about that is that stddef.h is not platform > specific, even though the SIZE_TYPE, PTRDIFF_TYPE and WCHAR_TYPE > defines are. I'm thinking that fixincludes should do its thing > on the GCC-supplied stddef.h since fixincludes replaces these > typedefs with platform-specific changes (as of today :-). Our stddef.h uses the magic __SIZE_TYPE__, __PTRDIFF_TYPE__, and __WCHAR_TYPE__ defines, which are set by cpp to the values of the SIZE_TYPE, etc. defines in tm.h. And fixincludes should too. I sent in a patch over a year ago that drastically simplified our stddef.h, but no one ever reviewed it. http://gcc.gnu.org/ml/gcc-patches/1999-01/msg00655.html. zw