(strtoimax): Guard declaration with
authorJim Meyering <jim@meyering.net>
Thu, 20 Sep 2001 14:46:55 +0000 (14:46 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Sep 2001 14:46:55 +0000 (14:46 +0000)
commit94e77b0612c2945656c12ef2a6a26d826e7b2ed0
treed060c17d7bd798200f28befb2e8259a757da9334
parent01b486f6af1aa2a0682ad11de9aba8267910a0b1
(strtoimax): Guard declaration with
`#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
have their own, conflicting declaration of strtoimax in sys/inttypes.h.
(strtoumax): Likewise, for completeness (it wasn't necessary).
lib/xstrtol.c