comparison gcc/config/vax/openbsd.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
31 31
32 /* Layout of source language data types. */ 32 /* Layout of source language data types. */
33 33
34 /* This must agree with <machine/ansi.h> */ 34 /* This must agree with <machine/ansi.h> */
35 #undef SIZE_TYPE 35 #undef SIZE_TYPE
36 #define SIZE_TYPE "unsigned int" 36 #define SIZE_TYPE "long unsigned int"
37 37
38 #undef PTRDIFF_TYPE 38 #undef PTRDIFF_TYPE
39 #define PTRDIFF_TYPE "int" 39 #define PTRDIFF_TYPE "long int"
40 40
41 #undef WCHAR_TYPE 41 #undef WCHAR_TYPE
42 #define WCHAR_TYPE "int" 42 #define WCHAR_TYPE "int"
43 43
44 #undef WCHAR_TYPE_SIZE 44 #undef WCHAR_TYPE_SIZE
45 #define WCHAR_TYPE_SIZE 32 45 #define WCHAR_TYPE_SIZE 32
46
47 #undef WINT_TYPE
48 #define WINT_TYPE "int"