Commit ef087822 by Richard Kenner

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

From-SVN: r10406
parent d7371761
...@@ -22,12 +22,13 @@ ...@@ -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
......
...@@ -28,12 +28,13 @@ ...@@ -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. */
......
...@@ -81,6 +81,7 @@ Boston, MA 02111-1307, USA. ...@@ -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
......
...@@ -18,11 +18,13 @@ ...@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment