strtoll, strtoull: Rely on limits-h module.
commit05e49b15838f5bce440ffc87693f6fc670614ba0
authorBruno Haible <bruno@clisp.org>
Thu, 6 Sep 2018 12:41:00 +0000 (6 14:41 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Sep 2018 12:41:00 +0000 (6 14:41 +0200)
tree73226d0c0c6dd0b9ae88d26dd0879c02221c8366
parente6ec31bf96b3fc64aee3a265765546a83a403562
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.
ChangeLog
lib/strtol.c
modules/strtoll
modules/strtoull