(WCHAR_TYPE_SIZE): Undef, then define to 16.
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 4 Aug 1996 00:18:57 +0000 (17:18 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 4 Aug 1996 00:18:57 +0000 (17:18 -0700)
From-SVN: r12588

gcc/config/m68k/vxm68k.h

index 02a0b9f46aac6ef5aa5c39e05e5003313760694d..d2c1683d7deb507aeda03705d7334736f958c031 100644 (file)
@@ -70,6 +70,8 @@ Unrecognized value in TARGET_CPU_DEFAULT.
 
 #undef WCHAR_TYPE
 #define WCHAR_TYPE "short unsigned int"
+#undef WCHAR_TYPE_SIZE
+#define WCHAR_TYPE_SIZE 16
 #undef SIZE_TYPE
 #define SIZE_TYPE "long unsigned int"