Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3D01CDE4.30E5FE49@phekda.freeserve.co.uk> Date: Sat, 08 Jun 2002 10:27:00 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: DJGPP CVS & gcc 3.1 [patch included] References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Andris Pavenis wrote: [snip] > Our latest experience with gcc-3.1 shows that comment in CVS version of > include/sys/djtypes.h is not completely correct. Perhaps we should keep > only the first line of it (also for update of v2.03) > > --- djgpp/include/sys/djtypes.h~3 Sun Jan 27 01:15:41 2002 > +++ djgpp/include/sys/djtypes.h Mon Jun 3 09:30:14 2002 > @@ -17,8 +17,6 @@ > #define __DJ_uid_t typedef int uid_t; > > /* For GCC 3.00 or later we use its builtin va_list. */ > -/* In most cases these definitions won't be used, because headers provided */ > -/* by GCC hide them. But we can DTRT if GCC headers are missing. */ > #if __GNUC__ >= 3 > #define __DJ_va_list typedef __builtin_va_list va_list; > #else I think that we could remove these lines too. I think the comment is a bit confusing. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]