(WCHAR_TYPE, WCHAR_TYPE_SIZE): Use short unsigned int.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 16 Feb 1996 13:39:42 +0000 (08:39 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 16 Feb 1996 13:39:42 +0000 (08:39 -0500)
From-SVN: r11287

gcc/config/alpha/win-nt.h

index cb3d9eb2bd95a5c4409e1c8cb1db1358b02dcb51..3ac5f73867e4012fbdc99336f712e50875e50220 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for DEC Alpha
    running Windows/NT.
-   Copyright (C) 1995 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996 Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
 This file is part of GNU CC.
@@ -46,6 +46,11 @@ Boston, MA 02111-1307, USA.  */
 #undef LONG_TYPE_SIZE
 #define LONG_TYPE_SIZE 32
 
+#undef WCHAR_TYPE
+#define WCHAR_TYPE "short unsigned int"
+#undef WCHAR_TYPE_SIZE
+#define WCHAR_TYPE_SIZE 16
+
 /* We can't do any debugging.  */
 #undef SDB_DEBUGGING_INFO
 #undef DBX_DEBUGGING_INFO