diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-27 19:19:42 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-27 19:19:42 -0500 |
| commit | 6a6c33f194a2de8f1c12a4cfd74ad5ad393808e6 (patch) | |
| tree | 1b8c8fea292e97ed36101c06001fda77cc3be8d1 /src/stdint | |
| parent | 1521e294dfd5928a266b3b678c63324b0200ef24 (diff) | |
set to correct value
Diffstat (limited to 'src/stdint')
| -rw-r--r-- | src/stdint/UINTMAX_MAX.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> -#define UINTMAX_MAX (18446744073709551616ULL) +#define UINTMAX_MAX (18446744073709551615ULL) /* STDC(199901) |
