(WCHAR_TYPE_SIZE): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 17 Dec 1995 12:35:46 +0000 (07:35 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 17 Dec 1995 12:35:46 +0000 (07:35 -0500)
From-SVN: r10787

gcc/config/vax/vms.h

index 99b5efe3575c7060d665a3acd8c167eac55d6353..cf7bd5b2883c9e68c66434ecc8b5e32933da60d6 100644 (file)
@@ -46,9 +46,10 @@ Boston, MA 02111-1307, USA.  */
 
 /* These match the definitions used in VAXCRTL, the VMS C run-time library */
 
-#define SIZE_TYPE "unsigned int"
-#define PTRDIFF_TYPE "int"
+#define SIZE_TYPE      "unsigned int"
+#define PTRDIFF_TYPE   "int"
 #define WCHAR_TYPE     "unsigned int"
+#define WCHAR_TYPE_SIZE        32      /* in bits */
 
 /* Use memcpy for structure copying, and so forth.  */
 #define TARGET_MEM_FUNCTIONS