changeset 6375:792a53343abe

* modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 14 Oct 2005 00:59:45 +0000
parents 7398c10d65f5
children 56829cd68e67
files ChangeLog modules/human
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
+
+        * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
+
 2005-10-13  Simon Josefsson  <jas@extundo.com>
 
 	* modules/gc-hmac-md5-tests: New file.
--- a/modules/human
+++ b/modules/human
@@ -16,7 +16,7 @@
 gettext-h
 argmatch
 error
-xstrtol
+xstrtoumax
 stdbool
 
 configure.ac: