summaryrefslogtreecommitdiff
path: root/modules/strtoimax
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-22 09:59:49 +0100
committerBruno Haible <bruno@clisp.org>2019-12-22 10:00:28 +0100
commit1cf18f42fc1a47c17ba0073c1391a0f66fc4435e (patch)
tree1ed9a5bb7c97bfa6cff123676ccf08573ca03d06 /modules/strtoimax
parent5377e375dd6e933437bac066cd86ea54880f3f73 (diff)
downloadgnulib-1cf18f42fc1a47c17ba0073c1391a0f66fc4435e.tar.gz
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.
Diffstat (limited to 'modules/strtoimax')
-rw-r--r--modules/strtoimax1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/strtoimax b/modules/strtoimax
index 36a96de4b5..1cdd92579e 100644
--- a/modules/strtoimax
+++ b/modules/strtoimax
@@ -4,7 +4,6 @@ strtoimax() function: convert string to 'intmax_t'.
Files:
lib/strtoimax.c
m4/strtoimax.m4
-m4/longlong.m4
Depends-on:
inttypes-incomplete