patch-gcc_config_i386_openbsd_h 688 B

1234567891011121314151617181920212223242526
  1. $OpenBSD: patch-gcc_config_i386_openbsd_h,v 1.1.1.1 2011/11/14 13:00:57 pascal Exp $
  2. --- gcc/config/i386/openbsd.h.orig Sat Nov 12 13:36:52 2011
  3. +++ gcc/config/i386/openbsd.h Sat Nov 12 13:37:45 2011
  4. @@ -40,16 +40,19 @@ along with GCC; see the file COPYING3. If not see
  5. /* This must agree with <machine/ansi.h> */
  6. #undef SIZE_TYPE
  7. -#define SIZE_TYPE "unsigned int"
  8. +#define SIZE_TYPE "long unsigned int"
  9. #undef PTRDIFF_TYPE
  10. -#define PTRDIFF_TYPE "int"
  11. +#define PTRDIFF_TYPE "long int"
  12. #undef WCHAR_TYPE
  13. #define WCHAR_TYPE "int"
  14. #undef WCHAR_TYPE_SIZE
  15. #define WCHAR_TYPE_SIZE 32
  16. +
  17. +#undef WINT_TYPE
  18. +#define WINT_TYPE "int"
  19. /* Assembler format: overall framework. */