Re: stdint.h and Linux libc5

2006-01-09 Thread Bruno Haible
I committed this fix now. > 2005-10-16 Bruno Haible <[EMAIL PROTECTED]> > > * m4/stdint.m4 (gl_STDINT_H): Also test for . > * lib/stdint_.h: On Linux libc4 and libc5, include > and don't define _STDINT_H_NEED_SIGNED_INT_TYPES. ___

stdint.h and Linux libc5

2005-10-17 Thread Bruno Haible
Hi, It was reported to me that the use of module 'stdint' on Linux/libc5 with gcc-2.7.2.1 gives an error. The reason is that , included by , already defines int8_t, int16_t and int32_t. Here's a proposed fix, that I will send to the reporter for testing. Bruno 2005-10-16 Bruno Haible <[EMAIL