Go back to using int for wchar_t as all the rest of the archs; using unsigned

int is complicated specially when it comes to comparing with WEOF etc.
This commit is contained in:
christos 2018-07-16 00:04:47 +00:00
parent fb916279b5
commit f664a8d563

View File

@ -84,11 +84,6 @@
#define TARGET_BINDS_LOCAL_P default_binds_local_p_2
#endif
/* Use the AAPCS type for wchar_t, override the one from
config/netbsd.h. */
#undef WCHAR_TYPE
#define WCHAR_TYPE "unsigned int"
#if 0
#undef MCOUNT_NAME
#define MCOUNT_NAME ".mcount"