From: Jim Meyering Date: Sun, 18 Apr 1999 23:15:02 +0000 (+0000) Subject: (STRING_TO_UNSIGNED): Remove. X-Git-Tag: cvs-readonly~7392 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a49ce97378329d929adc9faaaf31ebece5d046bd;p=gnulib.git (STRING_TO_UNSIGNED): Remove. (__strtol, __strtol_t, __xstrtol): New macros. --- diff --git a/lib/xstrtoul.c b/lib/xstrtoul.c index 8194c1719..6140bbee2 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"