Re: simplification rewrite of stdint module installed into gnulib

2006-07-02 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Eggert <[EMAIL PROTECTED]> writes: > "Mark D. Baushke" <[EMAIL PROTECTED]> writes: > > >> +#if @HAVE_SYS_INTTYPES_H@ && [EMAIL PROTECTED]@ > >>/* Solaris 7 has the types except the *_fast*_t types, > >> and > >> the macros except for

Re: simplification rewrite of stdint module installed into gnulib

2006-07-02 Thread Paul Eggert
"Mark D. Baushke" <[EMAIL PROTECTED]> writes: >> +#if @HAVE_SYS_INTTYPES_H@ && [EMAIL PROTECTED]@ >>/* Solaris 7 has the types except the *_fast*_t types, >> and >> the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. >> But note that contains only the type def

Re: [bug-gnulib] wcwidth on mingw

2006-07-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 6/28/2006 11:01 AM: > Eric Blake wrote: >> By the way, is it safe to assume wchar_t exists > > No it isn't. Good point. Either the module description should have > ... > > Yes, but that's not a reason for removing the de

Re: make distcheck fails

2006-07-02 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > conftest.c:364: error: negative width in bit-field 'f' > conftest.c:365: error: negative width in bit-field 'g' That's to be expected, since doesn't quite conform to C99 on glibc platforms yet due to glibc bug 2841