diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-31 12:55:02 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-10-31 12:55:02 +0100 |
commit | 1bdc3263719ddd23c68fc9db896388670451b58c (patch) | |
tree | af2d07a27cb9774d98b2d3da363b46ebc63a0011 /modules/strtoumax | |
parent | 9b769afcf83c8f4ecd210e4493bf90432250db32 (diff) | |
download | gnulib-1bdc3263719ddd23c68fc9db896388670451b58c.tar.gz |
Ensure AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT are consistent.
Diffstat (limited to 'modules/strtoumax')
-rw-r--r-- | modules/strtoumax | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/strtoumax b/modules/strtoumax index 81d85c1ebf..e88628526f 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -3,7 +3,7 @@ strtoumax() function: convert string to 'uintmax_t'. Files: lib/strtoumax.c -m4/ulonglong.m4 +m4/longlong.m4 m4/strtoumax.m4 Depends-on: |