summaryrefslogtreecommitdiff
path: root/modules/xstrtoll
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-22 09:57:17 +0100
committerBruno Haible <bruno@clisp.org>2019-12-22 09:57:17 +0100
commit5377e375dd6e933437bac066cd86ea54880f3f73 (patch)
tree61a2b275c55a86d4b4e1ad8710ffd6d5a91ea9ab /modules/xstrtoll
parent5ceaccc072d0aa464dbfd611564eb553f0a29dec (diff)
downloadgnulib-5377e375dd6e933437bac066cd86ea54880f3f73.tar.gz
xstrtoll: Assume that the compiler supports 'long long'.
* lib/xstrtol.h (xstrtoll, xstrtoull): Declare unconditionally. * modules/xstrtoll (configure.ac): Don't invoke AC_TYPE_LONG_LONG_INT.
Diffstat (limited to 'modules/xstrtoll')
-rw-r--r--modules/xstrtoll4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/xstrtoll b/modules/xstrtoll
index ee5fa8efcf..ccff7f1acc 100644
--- a/modules/xstrtoll
+++ b/modules/xstrtoll
@@ -14,10 +14,6 @@ xstrtol
configure.ac:
AC_LIBOBJ([xstrtoll])
AC_LIBOBJ([xstrtoull])
-AC_TYPE_LONG_LONG_INT
-test $ac_cv_type_long_long_int = no \
- && AC_MSG_ERROR(
- [you lack long long support; required by gnulib's xstrtoll module])
Makefile.am: