]> Savannah Git Hosting - gnulib.git/commit
stdint: Fix WINT_MAX to match the gnulib provided wint_t on minw.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Dec 2016 20:12:54 +0000 (21:12 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 19 Dec 2016 20:12:54 +0000 (21:12 +0100)
commit5a400b3f5a1f5483dbfd75d38bdb7080218a063b
tree956443d930c30b39a4ae2d4f8c287fbea51239f2
parent571a9a5a3d1e53e0b93885711fcf6910f347f062
stdint: Fix WINT_MAX to match the gnulib provided wint_t on minw.

* m4/wint_t.m4 (gt_TYPE_WINT_T): Define GNULIB_OVERRIDES_WINT_T here.
* m4/stdint.m4 (gl_STDINT_H): Don't define GNULIB_OVERRIDES_WINT_T.
Invoke gt_TYPE_WINT_T instead.
(gl_STDINT_TYPE_PROPERTIES): Test GNULIB_OVERRIDES_WINT_T.
* modules/stdint (Files): Add m4/wint_t.m4.
* modules/wchar (Makefile.am): Substitute GNULIB_OVERRIDES_WINT_T.
* modules/wctype-h (Makefile.am): Likewise.
* lib/wchar.in.h (wint_t): Override if GNULIB_OVERRIDES_WINT_T is set,
not only on MSVC.
* lib/wctype.in.h (wint_t): Likewise.
ChangeLog
lib/wchar.in.h
lib/wctype.in.h
m4/stdint.m4
m4/wint_t.m4
modules/stdint
modules/wchar
modules/wctype-h