]> Dogcows Code - chaz/tar/commit - lib/xstrtol.c
From Jim Meyering.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Sep 2001 18:01:31 +0000 (18:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Sep 2001 18:01:31 +0000 (18:01 +0000)
commit1589ca47d0448f87b9a492bf5a527e53f7f1cc77
tree568c8bd69e19fcb0ad7482b37cc3b0aa26919bc1
parente9da8d1a8020ad4dfe92416f3c77a33e6906b55e
From Jim Meyering.
(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
This page took 0.02835 seconds and 4 git commands to generate.