* stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jul 2006 09:12:28 +0000 (09:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jul 2006 09:12:28 +0000 (09:12 +0000)
commitbaf520dd0eb493086c5f8ac7163267721b9e3ceb
tree2828a9a2bd3898f06796afd743592f6af4882dc2
parentd0db83934b931430f90e1071b0090a84ae961c35
* stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
both are 64 bits, since this seems to be the tradition, and this
prevents gcc -Wformat from warning about usages with PRIuMAX.  If
we ever run into a host that prefers long long to long in this
case, we'll need another configure-time test.
lib/ChangeLog
lib/stdint_.h