summaryrefslogtreecommitdiff
path: root/modules/atoll
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-22 10:06:04 +0100
committerBruno Haible <bruno@clisp.org>2019-12-22 10:06:04 +0100
commit91b5a3c3e365de748d740e6a55d7b4ee7713eeef (patch)
treee1e8443140809b0e0517fc246325d2849526f45d /modules/atoll
parent0b018e2c609fd49ccce27d55225e145d5c982819 (diff)
downloadgnulib-91b5a3c3e365de748d740e6a55d7b4ee7713eeef.tar.gz
atoll: Assume that the compiler supports 'long long'.
* m4/atoll.m4 (gl_FUNC_ATOLL): Don't require AC_TYPE_LONG_LONG_INT. * modules/atoll (Files): Remove longlong.m4.
Diffstat (limited to 'modules/atoll')
-rw-r--r--modules/atoll1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/atoll b/modules/atoll
index 35f6e045c2..69cda85117 100644
--- a/modules/atoll
+++ b/modules/atoll
@@ -4,7 +4,6 @@ atoll() function: convert decimal string to 'long long'.
Files:
lib/atoll.c
m4/atoll.m4
-m4/longlong.m4
Depends-on:
strtoll [test $HAVE_ATOLL = 0]