From: Jim Meyering Date: Sun, 18 Apr 1999 23:15:02 +0000 (+0000) Subject: (STRING_TO_UNSIGNED): Remove. X-Git-Tag: TEXTUTILS-1_22j~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddd5fa0ce5e22805a4eec2eb5a80b960a7b0d58f;p=thirdparty%2Fcoreutils.git (STRING_TO_UNSIGNED): Remove. (__strtol, __strtol_t, __xstrtol): New macros. --- diff --git a/lib/xstrtoul.c b/lib/xstrtoul.c index 8194c17192..6140bbee2e 100644 --- a/lib/xstrtoul.c +++ b/lib/xstrtoul.c @@ -1,2 +1,4 @@ -#define STRING_TO_UNSIGNED 1 +#define __strtol strtoul +#define __strtol_t unsigned long int +#define __xstrtol xstrtoul #include "xstrtol.c"