changeset 3493:99e44cf4b95f

.
author Jim Meyering <jim@meyering.net>
date Sat, 22 Sep 2001 13:27:04 +0000
parents b223ce414dc3
children 7605d363af46
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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):