From c7af2710007865861e789b29e803f0f55deba93f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 4 Apr 2013 19:57:23 -0400 Subject: 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/powerpc/bits/wchar.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 arch/powerpc/bits/wchar.h (limited to 'arch/powerpc/bits/wchar.h') diff --git a/arch/powerpc/bits/wchar.h b/arch/powerpc/bits/wchar.h deleted file mode 100644 index c969c5b6..00000000 --- a/arch/powerpc/bits/wchar.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef WCHAR_MIN -#define WCHAR_MIN (-1-0x7fffffff) -#define WCHAR_MAX (0x7fffffff) -#endif -- cgit v1.2.1