mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since
this is the maximum UCS4 value.
This commit is contained in:
@ -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>
|
2009-04-24 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #10093]
|
[BZ #10093]
|
||||||
|
@ -277,7 +277,7 @@ typedef unsigned long long int uintmax_t;
|
|||||||
|
|
||||||
/* Limits of `wint_t'. */
|
/* Limits of `wint_t'. */
|
||||||
# define WINT_MIN (0u)
|
# define WINT_MIN (0u)
|
||||||
# define WINT_MAX (4294967295u)
|
# define WINT_MAX (2147483647)
|
||||||
|
|
||||||
#endif /* C++ && limit macros */
|
#endif /* C++ && limit macros */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user