"Derek R. Price" <[EMAIL PROTECTED]> writes: > Is there any reason that a few files (getndelim2.c, fsusage.c, > mkdtemp.c, obstack.c, tempname.c, utimecmp.c) still do #ifdef > HAVE_STDINT_H, #include <stdint.h>, #endif rather than assuming the > GNULIB stdint module?
Mostly because I haven't had time to carefully review the stdint module. It relies on undefined behavior in several cases, and should be nailed down better. I'll try to boost the priority of reviewing it.