X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fxstrtoull.c;h=10dda504445c9ca85795a82fde1539de60c38eb6;hb=34f19098068439da352e5dbac4e431220557f812;hp=2f2d83c33b3f495176ed8a6f67b5ec3f079aa956;hpb=99b7042563670fc4e315685f771d1708909ea3ec;p=pspp diff --git a/lib/xstrtoull.c b/lib/xstrtoull.c index 2f2d83c33b..10dda50444 100644 --- a/lib/xstrtoull.c +++ b/lib/xstrtoull.c @@ -2,5 +2,5 @@ #define __strtol_t unsigned long long int #define __xstrtol xstrtoull #define STRTOL_T_MINIMUM 0 -#define STRTOL_T_MAXIMUM ULONG_LONG_MAX +#define STRTOL_T_MAXIMUM ULLONG_MAX #include "xstrtol.c"