eliminate bits/wchar.h
authorRich Felker <dalias@aerifal.cx>
Thu, 4 Apr 2013 23:57:23 +0000 (19:57 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 4 Apr 2013 23:57:23 +0000 (19:57 -0400)
commitc7af2710007865861e789b29e803f0f55deba93f
tree6cbf4186d689a0bafc85b2f9d4d63b581bb2f266
parent201995f382cc698ae19289623cc06a70048ffe7b
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.
arch/arm/bits/wchar.h [deleted file]
arch/i386/bits/wchar.h [deleted file]
arch/microblaze/bits/wchar.h [deleted file]
arch/mips/bits/wchar.h [deleted file]
arch/powerpc/bits/wchar.h [deleted file]
arch/x86_64/bits/wchar.h [deleted file]
include/stdint.h
include/wchar.h