]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_SYS_LARGEFILE): Add ULL suffix to the integer constants.
authorJim Meyering <meyering@lucent.com>
Mon, 5 Feb 2001 10:30:27 +0000 (10:30 +0000)
committerJim Meyering <meyering@lucent.com>
Mon, 5 Feb 2001 10:30:27 +0000 (10:30 +0000)
acspecific.m4
lib/autoconf/specific.m4

index 09de96b374c6da4540538e1b9031e5ab68503a9a..9d4305c683d9b8b62efe1cbdfdf1f17e29f409e9 100644 (file)
@@ -356,7 +356,7 @@ with arguments. Remove this warning when you adjust your code.])])
 # -------------------------------
 m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES],
 [@%:@include <sys/types.h>
-int a[[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]];[]dnl
+int a[[(off_t) 9223372036854775807ULL == 9223372036854775807ULL ? 1 : -1]];[]dnl
 ])
 
 
index 09de96b374c6da4540538e1b9031e5ab68503a9a..9d4305c683d9b8b62efe1cbdfdf1f17e29f409e9 100644 (file)
@@ -356,7 +356,7 @@ with arguments. Remove this warning when you adjust your code.])])
 # -------------------------------
 m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES],
 [@%:@include <sys/types.h>
-int a[[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]];[]dnl
+int a[[(off_t) 9223372036854775807ULL == 9223372036854775807ULL ? 1 : -1]];[]dnl
 ])