From: Jim Meyering Date: Sun, 4 Jul 1999 10:40:04 +0000 (+0000) Subject: [!defined strtoumax]: Declare strtoumax. X-Git-Tag: cvs-readonly~7302 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f60f928185cf71b24a1fe1ad8ddf9aa4290f3ea9;p=gnulib.git [!defined strtoumax]: Declare strtoumax. --- diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 760b2a57b..e7b206189 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) {