]> sourceware.org Git - glibc.git/blobdiff - bits/wchar.h
Update.
[glibc.git] / bits / wchar.h
index 33cb52656e7475fcb4d11c4cdb53e074c87764e9..76b0f310f05137db233d966063097cbbccc618d7 100644 (file)
@@ -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 */
This page took 0.027562 seconds and 5 git commands to generate.