Commit 97cf2138 by Richard Kenner

(WCHAR_TYPE_SIZE): Define.

From-SVN: r10787
parent 633e2687
...@@ -46,9 +46,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -46,9 +46,10 @@ Boston, MA 02111-1307, USA. */
/* These match the definitions used in VAXCRTL, the VMS C run-time library */ /* These match the definitions used in VAXCRTL, the VMS C run-time library */
#define SIZE_TYPE "unsigned int" #define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int" #define PTRDIFF_TYPE "int"
#define WCHAR_TYPE "unsigned int" #define WCHAR_TYPE "unsigned int"
#define WCHAR_TYPE_SIZE 32 /* in bits */
/* Use memcpy for structure copying, and so forth. */ /* Use memcpy for structure copying, and so forth. */
#define TARGET_MEM_FUNCTIONS #define TARGET_MEM_FUNCTIONS
......
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