summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-04-04 19:57:23 -0400
committerRich Felker <dalias@aerifal.cx>2013-04-04 19:57:23 -0400
commitc7af2710007865861e789b29e803f0f55deba93f (patch)
tree6cbf4186d689a0bafc85b2f9d4d63b581bb2f266 /arch/microblaze/bits
parent201995f382cc698ae19289623cc06a70048ffe7b (diff)
downloadmusl-c7af2710007865861e789b29e803f0f55deba93f.tar.gz
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.
Diffstat (limited to 'arch/microblaze/bits')
-rw-r--r--arch/microblaze/bits/wchar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/microblaze/bits/wchar.h b/arch/microblaze/bits/wchar.h
deleted file mode 100644
index c969c5b6..00000000
--- a/arch/microblaze/bits/wchar.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef WCHAR_MIN
-#define WCHAR_MIN (-1-0x7fffffff)
-#define WCHAR_MAX (0x7fffffff)
-#endif