stdint: be more consistent with glibc, SunOS libc
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 May 2012 23:15:14 +0000 (16:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 May 2012 23:15:47 +0000 (16:15 -0700)
commit7d3ed9f612cfad25a8eb39cde81c8cf6bc422f64
tree12e5fd585c36b03ec40044c4e4d5d42240c2c0b5
parent170e1b42590631eac8279664ccc0b99ee5a73fb7
stdint: be more consistent with glibc, SunOS libc

* lib/stdint.in.h (gl_int_fast8_t, gl_uint_fast8_t)
(gl_int_fast16_t, gl_uint_fast16_t)
(gl_int_fast32_t, gl_uint_fast32_t)
(INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX)
(INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX)
(INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
Be consistent with glibc by default, and with SunOS 5.10 and later
if __sun is defined.  This lessens the likelihood of clashes if
code compiled for older hosts is combined with code compiled for
newer ones.  Problem reported by Niels Möller in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-05/msg00074.html>.
ChangeLog
lib/stdint.in.h