Re: stdint C99 compat checks in m4/stdint.m4 break when wchar_t is unsigned int

2007-09-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Riku Voipio on 9/26/2007 3:56 PM: > After some intensive hair pulling on why libidn breaks arm eabi port, > turns out libidn did not like gnulib telling it that stdint.h is not > C99 compatible... Any why not? > > int check_WCHAR:

stdint C99 compat checks in m4/stdint.m4 break when wchar_t is unsigned int

2007-09-27 Thread Riku Voipio
After some intensive hair pulling on why libidn breaks arm eabi port, turns out libidn did not like gnulib telling it that stdint.h is not C99 compatible... Any why not? int check_WCHAR: WCHAR_MIN == TYPE_MINIMUM (wchar_t) && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) ? 1 : -1