strtoimax, strtoumax: simplify, port to HP-UX 11.00 64-bit
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2011 00:33:42 +0000 (17:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Apr 2011 19:18:13 +0000 (12:18 -0700)
commit6950d658b76d6144c837b1a832eb062253e15ed7
tree6b4714f3039b8cd9830c56129016a0a6c04b303f
parent7d06b32684363a39fae65c616b84bc7589768106
strtoimax, strtoumax: simplify, port to HP-UX 11.00 64-bit

This supports apps that need pointers to strtoimax and strtoumax,
and ports to HP-UX 11.00 64.bit, which has macros that expand to
nonexistent functions.  See
<http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00241.html>
et seq.
* lib/inttypes.in.h (strtoimax, strtoumax): #undef before declaring.
* m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Don't check whether it's
a macro.
* m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
ChangeLog
lib/inttypes.in.h
m4/strtoimax.m4
m4/strtoumax.m4