]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since
authorUlrich Drepper <drepper@redhat.com>
Sat, 25 Apr 2009 07:12:27 +0000 (07:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 25 Apr 2009 07:12:27 +0000 (07:12 +0000)
this is the maximum UCS4 value.

ChangeLog
sysdeps/generic/stdint.h

index fd2c66a7cf9ed51ac32268a4d6f38fbc61b58c50..2d0c7cc99ee57ab02ee124ae383eec24f572dfd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since
+       this is the maximum UCS4 value.
+
 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #10093]
index 2c729ad2f145079c2714346ff2c9a85b986cb451..98aaec1212c0264ed3a26a6f04a3398491c61955 100644 (file)
@@ -277,7 +277,7 @@ typedef unsigned long long int      uintmax_t;
 
 /* Limits of `wint_t'.  */
 # define WINT_MIN              (0u)
-# define WINT_MAX              (4294967295u)
+# define WINT_MAX              (2147483647)
 
 #endif /* C++ && limit macros */