Mail Archives: djgpp-workers/2002/06/08/07:27:23
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/ ]
- Raw text -