(AC_SYS_LARGEFILE): Add ULL suffix to the integer constants.

This commit is contained in:
Jim Meyering 2001-02-05 10:30:27 +00:00
parent d145543abd
commit bf28368f78
2 changed files with 2 additions and 2 deletions

View 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
])

View 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
])