mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Correctly set __WCHAR_MIN, there is no __UINT_MIN, it's 0.
Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
fe3ff217dd
commit
6bae05d951
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285274
@ -94,7 +94,7 @@ typedef __uint64_t __vm_pindex_t;
|
|||||||
typedef __uint64_t __vm_size_t;
|
typedef __uint64_t __vm_size_t;
|
||||||
typedef unsigned int ___wchar_t;
|
typedef unsigned int ___wchar_t;
|
||||||
|
|
||||||
#define __WCHAR_MIN __UINT_MIN /* min value for a wchar_t */
|
#define __WCHAR_MIN 0 /* min value for a wchar_t */
|
||||||
#define __WCHAR_MAX __UINT_MAX /* max value for a wchar_t */
|
#define __WCHAR_MAX __UINT_MAX /* max value for a wchar_t */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user