(SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
authorTimothy Moore <moore@gnu.org>
Thu, 17 Sep 1992 19:09:02 +0000 (19:09 +0000)
committerTimothy Moore <moore@gnu.org>
Thu, 17 Sep 1992 19:09:02 +0000 (19:09 +0000)
        WCHAR_SIZE): Define for hpux.

From-SVN: r2143

gcc/config/pa/pa-hpux.h

index e7678ebff78dc63035f74bfa49d3872934f0771a..d614cbc13f9917333bc29112a8d50106bce8499f 100644 (file)
@@ -1,7 +1,15 @@
 #include "pa.h"
 
 /* Make GCC agree with types.h.  */
+#undef SIZE_TYPE
+#undef PTRDIFF_TYPE
+#undef WCHAR_TYPE
+#undef WCHAR_TYPE_SIZE
+
 #define SIZE_TYPE "unsigned int"
+#define PTRDIFF_TYPE "int"
+#define WCHAR_TYPE "unsigned int"
+#define WCHAR_TYPE_SIZE 32
 
 /* HPUX doesn't use any debugging format that GCC knows about.  */
 #undef DBX_DEBUGGING_INFO