changeset 14622:ff66ad693bba

strtoumax: remove dependency on strtoimax This is like the strtoull change of yesterday. * modules/strtoumax (Files): Add lib/strtoimax.c. (Depends-on): Remove strtoimax and add verify.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 25 Apr 2011 19:47:18 -0700
parents 94f2b4a2e01c
children 623e25e9826b
files ChangeLog modules/strtoumax
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-04-25  Paul Eggert  <eggert@cs.ucla.edu>
 
+	strtoumax: remove dependency on strtoimax
+	This is like the strtoull change of yesterday.
+	* modules/strtoumax (Files): Add lib/strtoimax.c.
+	(Depends-on): Remove strtoimax and add verify.
+
 	inttypes-incomplete: new module
 	* m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): New macro, containing
 	all but the PRI* and SCN* parts of gl_INTTYPES_H.
--- a/modules/strtoumax
+++ b/modules/strtoumax
@@ -2,13 +2,14 @@
 strtoumax() function: convert string to 'uintmax_t'.
 
 Files:
+lib/strtoimax.c
 lib/strtoumax.c
 m4/longlong.m4
 m4/strtoumax.m4
 
 Depends-on:
-strtoimax
 strtoull
+verify
 inttypes-incomplete
 stdint