You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testsuite/newlib.wctype: Check wctype for __WCHAR_MAX__
__WCHAR_MAX__ shouldn't match any isw* functions. On 2-byte wchar_t
systems, it should be 0xffff which isn't used. On 4-byte wchar_t
systems, it should be 0xffffffff, which is well outside the range of
valid Unicode code points.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments