summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/config/pa
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/egcs/gcc/config/pa')
-rw-r--r--gnu/egcs/gcc/config/pa/openbsd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/egcs/gcc/config/pa/openbsd.h b/gnu/egcs/gcc/config/pa/openbsd.h
index 7cbbf1c6ffe..6599a342941 100644
--- a/gnu/egcs/gcc/config/pa/openbsd.h
+++ b/gnu/egcs/gcc/config/pa/openbsd.h
@@ -48,12 +48,12 @@ Boston, MA 02111-1307, USA. */
/* Layout of source language data types. */
-/* This must agree with <machine/ansi.h> */
+/* This must agree with <machine/_types.h> */
#undef SIZE_TYPE
-#define SIZE_TYPE "unsigned int"
+#define SIZE_TYPE "long unsigned int"
#undef PTRDIFF_TYPE
-#define PTRDIFF_TYPE "int"
+#define PTRDIFF_TYPE "long int"
#undef WCHAR_TYPE
#define WCHAR_TYPE "int"