diff options
Diffstat (limited to 'src/limits/LLONG_MIN.c')
| -rw-r--r-- | src/limits/LLONG_MIN.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/limits/LLONG_MIN.c b/src/limits/LLONG_MIN.c index a28952fe..39986c4c 100644 --- a/src/limits/LLONG_MIN.c +++ b/src/limits/LLONG_MIN.c @@ -1,5 +1,5 @@ #include <limits.h> -#define LLONG_MIN (-9223372036854775808LL) +#define LLONG_MIN (-LLONG_MAX - 1LL) /* MIN: -9223372036854775807 */ /** minimum value of a type(long long int) **/ |
