# HG changeset patch # User Paul Eggert # Date 1303786038 25200 # Node ID ff66ad693bbaa6755f5730fce9720098eee435ba # Parent 94f2b4a2e01c15c549e31529ce53003a1b00bb84 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-04-25 Paul Eggert + 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. diff --git a/modules/strtoumax b/modules/strtoumax --- 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