From: Jim Meyering Date: Sun, 4 Jul 1999 10:40:04 +0000 (+0000) Subject: [!defined strtoumax]: Declare strtoumax. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60f928185cf71b24a1fe1ad8ddf9aa4290f3ea9;p=pspp [!defined strtoumax]: Declare strtoumax. --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 760b2a57b4..e7b2061891 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -86,6 +86,10 @@ long int strtol (); unsigned long int strtoul (); #endif +#ifndef strtoumax +uintmax_t strtoumax (); +#endif + static int bkm_scale (__strtol_t *x, int scale_factor) {