Re: stdint on MSVC

2016-12-19 Thread Bruno Haible
> 2016-12-17 Bruno Haible > > stdint: Fix WINT_MAX to match the gnulib provided wint_t on MSVC. > * m4/stdint.m4 (gl_STDINT_H): Define GNULIB_OVERRIDES_WINT_T. > * modules/stdint (Makefile.am): Substitute GNULIB_OVERRIDES_WINT_T. > * lib/stdint.in.h [GNULIB_OVERRIDES_WIN

stdint on MSVC

2016-12-17 Thread Bruno Haible
In an MSVC 14 build, test-stdint fails to compile: test-stdint.c(312): error C2034: '_gl_verify_error_if_negative': type of bit field too small for number of bits The reason is that gnulib's (or it could also be is still in effect. This fixes it. 2016-12-17 Bruno Haible stdint: Fi