summaryrefslogtreecommitdiff
path: root/modules/integer_length_ll
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-22 09:43:25 +0100
committerBruno Haible <bruno@clisp.org>2019-12-22 09:43:25 +0100
commit3a5d13f42ba42a4e1625bdbcdd93bd2099c550a0 (patch)
tree28d06386ed57ee8a9c6ea8349d04a0a92c480e47 /modules/integer_length_ll
parent4069d42575181bd484af4f433c0d0d5358470a80 (diff)
downloadgnulib-3a5d13f42ba42a4e1625bdbcdd93bd2099c550a0.tar.gz
integer_length*: Assume that the compiler supports 'long long'.
* lib/integer_length.h (integer_length_ll): Declare unconditionally. * modules/integer_length (Files): Remove longlong.m4. (configure.ac): Don't require AC_TYPE_UNSIGNED_LONG_LONG_INT. * modules/integer_length_l (Files): Remove longlong.m4. (configure.ac): Don't require AC_TYPE_UNSIGNED_LONG_LONG_INT. * modules/integer_length_ll (Files): Remove longlong.m4. (configure.ac): Don't require AC_TYPE_UNSIGNED_LONG_LONG_INT.
Diffstat (limited to 'modules/integer_length_ll')
-rw-r--r--modules/integer_length_ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/integer_length_ll b/modules/integer_length_ll
index 96218cca41..eadcbe0e59 100644
--- a/modules/integer_length_ll
+++ b/modules/integer_length_ll
@@ -5,13 +5,11 @@ Files:
lib/integer_length.h
lib/integer_length_ll.c
lib/integer_length_l.c
-m4/longlong.m4
Depends-on:
integer_length
configure.ac:
-AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
Makefile.am:
lib_SOURCES += integer_length_ll.c