From: Jim Meyering Date: Mon, 5 Feb 2001 10:30:27 +0000 (+0000) Subject: (AC_SYS_LARGEFILE): Add ULL suffix to the integer constants. X-Git-Tag: autoconf-2.50~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf28368f7860e5961acc041ab1ae1b641a2cb476;p=thirdparty%2Fautoconf.git (AC_SYS_LARGEFILE): Add ULL suffix to the integer constants. --- diff --git a/acspecific.m4 b/acspecific.m4 index 09de96b37..9d4305c68 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -356,7 +356,7 @@ with arguments. Remove this warning when you adjust your code.])]) # ------------------------------- m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES], [@%:@include -int a[[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]];[]dnl +int a[[(off_t) 9223372036854775807ULL == 9223372036854775807ULL ? 1 : -1]];[]dnl ]) diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 09de96b37..9d4305c68 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -356,7 +356,7 @@ with arguments. Remove this warning when you adjust your code.])]) # ------------------------------- m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES], [@%:@include -int a[[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]];[]dnl +int a[[(off_t) 9223372036854775807ULL == 9223372036854775807ULL ? 1 : -1]];[]dnl ])