diff options
Diffstat (limited to 'src/stdint')
| -rw-r--r-- | src/stdint/INTMAX_MIN.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdint/INTMAX_MIN.c b/src/stdint/INTMAX_MIN.c index 240d40b6..632b7ff0 100644 --- a/src/stdint/INTMAX_MIN.c +++ b/src/stdint/INTMAX_MIN.c @@ -1,5 +1,5 @@ #include <stdint.h> -#define INTMAX_MIN (-9223372036854775808LL) +#define INTMAX_MIN (-INTMAX_MAX - 1LL) /* STDC(199901) |
