mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
(AC_SYS_LARGEFILE): Add ULL suffix to the integer constants.
This commit is contained in:
parent
d145543abd
commit
bf28368f78
@ -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
|
||||
])
|
||||
|
||||
|
||||
|
@ -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
|
||||
])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user