projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b13b40
)
[!defined strtoumax]: Declare strtoumax.
author
Jim Meyering
<jim@meyering.net>
Sun, 4 Jul 1999 10:40:04 +0000
(10:40 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 4 Jul 1999 10:40:04 +0000
(10:40 +0000)
lib/xstrtol.c
patch
|
blob
|
history
diff --git
a/lib/xstrtol.c
b/lib/xstrtol.c
index 760b2a57b4a3d3a060d7094e9501622e4b939db1..e7b20618910bdecf7c5fbcdf87ac42b14c1b8192 100644
(file)
--- 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)
{