File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7392,7 +7392,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73927392int
73937393main (void)
73947394{
7395- int imax = INTPTR_MAX; int imin = INTPTR_MIN; unsigned umax = UINTPTR_MAX;
7395+ long int imax = INTPTR_MAX; long int imin = INTPTR_MIN; unsigned long umax = UINTPTR_MAX;
73967396 ;
73977397 return 0;
73987398}
Original file line number Diff line number Diff line change @@ -1637,7 +1637,7 @@ AC_LANG_PUSH(C)
16371637AC_MSG_CHECKING ( [ for working INTPTR_MAX, INTPTR_MIN, UINTPTR_MAX] ) ;
16381638AC_COMPILE_IFELSE (
16391639 [ AC_LANG_PROGRAM ( [ [ #include <inttypes.h>] ] ,
1640- [ [ int imax = INTPTR_MAX; int imin = INTPTR_MIN; unsigned umax = UINTPTR_MAX;] ] ) ] ,
1640+ [ [ long int imax = INTPTR_MAX; long int imin = INTPTR_MIN; unsigned long umax = UINTPTR_MAX;] ] ) ] ,
16411641 have_valid_ptr_limits=yes ,
16421642 have_valid_ptr_limits=no ) ;
16431643 if test "$have_valid_ptr_limits" = "yes"; then
You can’t perform that action at this time.
0 commit comments