WCHAR_SIZE is always int on NetBSD
This commit is contained in:
parent
b24a2a16b7
commit
7e9f53e082
@ -371,7 +371,7 @@ extern int dot_symbols;
|
||||
#define PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int")
|
||||
|
||||
#undef WCHAR_TYPE
|
||||
#define WCHAR_TYPE (TARGET_64BIT ? "int" : "long int")
|
||||
#define WCHAR_TYPE "int"
|
||||
#undef WCHAR_TYPE_SIZE
|
||||
#define WCHAR_TYPE_SIZE 32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user