strtoimax, strtoumax: Assume that the compiler supports 'long long'.
commit1cf18f42fc1a47c17ba0073c1391a0f66fc4435e
authorBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2019 08:59:49 +0000 (22 09:59 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2019 09:00:28 +0000 (22 10:00 +0100)
tree1ed9a5bb7c97bfa6cff123676ccf08573ca03d06
parent5377e375dd6e933437bac066cd86ea54880f3f73
strtoimax, strtoumax: Assume that the compiler supports 'long long'.

* lib/strtoimax.c: Assume HAVE_LONG_LONG_INT and
HAVE_UNSIGNED_LONG_LONG_INT to be 1.
* m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Don't require
AC_TYPE_LONG_LONG_INT.
* m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't require
AC_TYPE_UNSIGNED_LONG_LONG_INT.
* modules/strtoimax (Files): Remove longlong.m4.
* modules/strtoumax (Files): Likewise.
ChangeLog
lib/strtoimax.c
m4/strtoimax.m4
m4/strtoumax.m4
modules/strtoimax
modules/strtoumax