From: Jim Meyering Date: Sun, 18 Apr 1999 23:15:02 +0000 (+0000) Subject: (STRING_TO_UNSIGNED): Remove. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49ce97378329d929adc9faaaf31ebece5d046bd;p=pspp (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"