diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/wchar.h b/bits/wchar.h index 33cb52656e..76b0f310f0 100644 --- a/bits/wchar.h +++ b/bits/wchar.h @@ -20,7 +20,7 @@ #ifndef _BITS_WCHAR_H #define _BITS_WCHAR_H 1 -#define __WCHAR_MIN (-127) +#define __WCHAR_MIN (-2147483647 - 1) #define __WCHAR_MAX (2147483647) #endif /* bits/wchar.h */ |