X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxstrtol.c;h=07023d9ffdb74e8557ced00a37d7a0d5a52826ac;hb=52f500aca3ae022b4dbd65bd9aa61e78cd0aa73c;hp=760b2a57b4a3d3a060d7094e9501622e4b939db1;hpb=e911cfd715b17d7314df5882f00b86a2cef6c3ad;p=gnulib.git diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 760b2a57b..07023d9ff 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -1,5 +1,5 @@ /* A more useful interface to strtol. - Copyright 1995, 1996, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998-2000 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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) {