From: Mumit Khan Date: Fri, 14 Aug 1998 00:46:47 +0000 (-0600) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2cd38a9f83408401e59231579cc6bc73ae4b902;p=gcc.git *** empty log message *** From-SVN: r21723 --- 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 +