musl/arch
Rich Felker c7af271000 eliminate bits/wchar.h
the preprocessor can reliably determine the signedness of wchar_t.
L'\0' is used for 0 in the expressions so that, if the underlying type
of wchar_t is long rather than int, the promoted type of the
expression will match the type of wchar_t.
2013-04-04 19:57:23 -04:00
..
arm eliminate bits/wchar.h 2013-04-04 19:57:23 -04:00
i386 eliminate bits/wchar.h 2013-04-04 19:57:23 -04:00
microblaze eliminate bits/wchar.h 2013-04-04 19:57:23 -04:00
mips eliminate bits/wchar.h 2013-04-04 19:57:23 -04:00
powerpc eliminate bits/wchar.h 2013-04-04 19:57:23 -04:00
x86_64 eliminate bits/wchar.h 2013-04-04 19:57:23 -04:00