patch-gcc_config_i386_openbsd_h 688 B

1234567891011121314151617181920212223242526
  1. $OpenBSD: patch-gcc_config_i386_openbsd_h,v 1.1.1.1 2016/09/04 16:20:17 pascal Exp $
  2. --- gcc/config/i386/openbsd.h.orig Thu Jan 10 21:38:27 2013
  3. +++ gcc/config/i386/openbsd.h Wed Jan 23 22:48:29 2013
  4. @@ -38,16 +38,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. */