Mail Archives: djgpp-workers/2000/07/18/07:28:26
On Tue, 18 Jul 2000, Laurynas Biveinis wrote:
> I don't see any reasons (except for patch reviewal speed) why Mark's patch
> shouldn't be accepted
>
> + #undef SIZE_TYPE
> + #define SIZE_TYPE "long unsigned int"
I'm not sure I understand what exactly is this suggestion. Where should
this snippet go, and how would it solve the problem(s) at hand?
> Uhm, the notorious 'va_list in <stdio.h>' again. One possible hack from
> glibc could be
> #define __need_size_t
> #include <stddef.h>
>
> This way stddef.h from GCC will behave as it wasn't included at all - no
> sentinels, no defs, no _STDDEF_H_INCLUDED, just single size_t definition.
Actually, I don't think I understand why stddef.h needs to be included
instead of djtypes.h. Could you please explain?
- Raw text -