From 6a6c33f194a2de8f1c12a4cfd74ad5ad393808e6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 27 Feb 2019 19:19:42 -0500 Subject: set to correct value --- src/stdint/UINTMAX_MAX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdint') diff --git a/src/stdint/UINTMAX_MAX.c b/src/stdint/UINTMAX_MAX.c index 3dcc34a2..b7e77e71 100644 --- a/src/stdint/UINTMAX_MAX.c +++ b/src/stdint/UINTMAX_MAX.c @@ -1,5 +1,5 @@ #include -#define UINTMAX_MAX (18446744073709551616ULL) +#define UINTMAX_MAX (18446744073709551615ULL) /* STDC(199901) -- cgit v1.2.1