From a2cd38a9f83408401e59231579cc6bc73ae4b902 Mon Sep 17 00:00:00 2001 From: Mumit Khan Date: Thu, 13 Aug 1998 18:46:47 -0600 Subject: [PATCH] *** empty log message *** From-SVN: r21723 --- gcc/config/i386/cygwin32.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h index 66b0f7481f9..cc5ff45b24d 100644 --- a/gcc/config/i386/cygwin32.h +++ b/gcc/config/i386/cygwin32.h @@ -432,3 +432,8 @@ do { \ extern void i386_pe_record_external_function PROTO((char *)); extern void i386_pe_declare_function_type STDIO_PROTO((FILE *, char *, int)); extern void i386_pe_asm_file_end STDIO_PROTO((FILE *)); + +/* For Win32 ABI compatibility */ +#undef DEFAULT_PCC_STRUCT_RETURN +#define DEFAULT_PCC_STRUCT_RETURN 0 + -- 2.30.2