1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00
This commit is contained in:
Jim Meyering
2001-09-22 13:27:04 +00:00
parent 8000bd993e
commit 16aef05416
+8
View File
@@ -1,3 +1,11 @@
2001-09-20 Jim Meyering <meyering@lucent.com>
* xstrtol.c (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).
2001-09-06 Paul Eggert <eggert@twinsun.com>
* strtoimax.c (HAVE_LONG_LONG):