summaryrefslogtreecommitdiff
path: root/modules/strtoull
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-06 14:41:00 +0200
committerBruno Haible <bruno@clisp.org>2018-09-06 14:41:00 +0200
commit05e49b15838f5bce440ffc87693f6fc670614ba0 (patch)
tree73226d0c0c6dd0b9ae88d26dd0879c02221c8366 /modules/strtoull
parente6ec31bf96b3fc64aee3a265765546a83a403562 (diff)
downloadgnulib-05e49b15838f5bce440ffc87693f6fc670614ba0.tar.gz
strtoll, strtoull: Rely on limits-h module.
* lib/strtol.c (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove macros. (ULLONG_MAX, LLONG_MAX, LLONG_MIN): Remove fallback definitions. * modules/strtoll (Depends-on): Add limits-h. * modules/strtoull (Depends-on): Likewise.
Diffstat (limited to 'modules/strtoull')
-rw-r--r--modules/strtoull1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/strtoull b/modules/strtoull
index 6bb66fea22..7f94bcab61 100644
--- a/modules/strtoull
+++ b/modules/strtoull
@@ -9,6 +9,7 @@ m4/longlong.m4
m4/strtoull.m4
Depends-on:
+limits-h
stdlib
configure.ac: