Message-ID: <39461A55.8F42EF84@softhome.net> Date: Tue, 13 Jun 2000 14:26:13 +0300 From: Laurynas Biveinis X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Patch: sentinels for typedefs in headers References: <39454056 DOT 9A188121 AT softhome DOT net> <200006122111 DOT RAA31720 AT envy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com DJ Delorie wrote: > > I am not sure if wc204.txi needs updating, because this is internal > > change. > > It should, but only a minor note need be added. How about following: Laurynas Index: src/docs/kb/wc204.txi =================================================================== RCS file: /cvs/djgpp/djgpp/src/docs/kb/wc204.txi,v retrieving revision 1.1 diff -u -r1.1 wc204.txi --- wc204.txi 2000/05/30 18:07:38 1.1 +++ wc204.txi 2000/06/13 12:22:11 @@ -5,3 +5,8 @@ @findex uname AT r{, CPU type detection} Ability to report the exact CPU type in @code{uname}. + +@cindex header files and GCC +The protection against multiple redefinitions of various +types like @code{size_t} has been rewriten to make DJGPP +header files compatible with GCC provided ones.