From: Paul Eggert Date: Mon, 25 Apr 2011 06:28:39 +0000 (-0700) Subject: strtoull: remove dependency on strtoul X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1cbfb6b2aee287a925901f3e0466d2e5b65c8b7;p=pspp strtoull: remove dependency on strtoul This is like the strtoll change. * modules/strtoull (Files): Add lib/strtol.c, lib/strtoul.c. (Depends-on): Remove strtoul. --- diff --git a/ChangeLog b/ChangeLog index ae96221713..36540b0881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-04-24 Paul Eggert + strtoull: remove dependency on strtoul + This is like the strtoll change. + * modules/strtoull (Files): Add lib/strtol.c, lib/strtoul.c. + (Depends-on): Remove strtoul. + strtoll: remove dependency on strtol This is so that 'configure' need not check for strtol merely because the application needs strtoll. diff --git a/modules/strtoull b/modules/strtoull index f02e9b0f53..97ce1fd850 100644 --- a/modules/strtoull +++ b/modules/strtoull @@ -2,13 +2,14 @@ Description: strtoull() function: convert string to 'unsigned long long'. Files: +lib/strtol.c +lib/strtoul.c lib/strtoull.c m4/longlong.m4 m4/strtoull.m4 Depends-on: stdlib -strtoul configure.ac: gl_FUNC_STRTOULL @@ -24,4 +25,3 @@ LGPL Maintainer: glibc -