(WCHAR_{TYPE,UNSIGNED,TYPE_SIZE}): Now int.

From-SVN: r10406
This commit is contained in:
Richard Kenner 1995-09-28 14:03:52 -04:00
parent d7371761bf
commit ef08782266
4 changed files with 14 additions and 9 deletions

View File

@ -22,12 +22,13 @@
#define PTRDIFF_TYPE "int" #define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE #undef WCHAR_TYPE
#define WCHAR_TYPE "short unsigned int" #define WCHAR_TYPE "int"
#define WCHAR_UNSIGNED 1 #undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE #undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 16 #define WCHAR_TYPE_SIZE 32
#define HANDLE_SYSV_PRAGMA #define HANDLE_SYSV_PRAGMA

View File

@ -28,12 +28,13 @@
#define PTRDIFF_TYPE "int" #define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE #undef WCHAR_TYPE
#define WCHAR_TYPE "short unsigned int" #define WCHAR_TYPE "int"
#define WCHAR_UNSIGNED 1 #undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE #undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 16 #define WCHAR_TYPE_SIZE 32
/* Every structure or union's size must be a multiple of 2 bytes. */ /* Every structure or union's size must be a multiple of 2 bytes. */

View File

@ -81,6 +81,7 @@ Boston, MA 02111-1307, USA.
#undef WCHAR_TYPE #undef WCHAR_TYPE
#define WCHAR_TYPE "int" #define WCHAR_TYPE "int"
#undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0 #define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE #undef WCHAR_TYPE_SIZE

View File

@ -18,11 +18,13 @@
#define PTRDIFF_TYPE "int" #define PTRDIFF_TYPE "int"
#undef WCHAR_TYPE #undef WCHAR_TYPE
#define WCHAR_TYPE "short unsigned int" #define WCHAR_TYPE "int"
#define WCHAR_UNSIGNED 1
#undef WCHAR_UNSIGNED
#define WCHAR_UNSIGNED 0
#undef WCHAR_TYPE_SIZE #undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 16 #define WCHAR_TYPE_SIZE 32
/* This is BSD, so it wants DBX format. */ /* This is BSD, so it wants DBX format. */