�
* i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.
From-SVN: r21721
+Fri Aug 14 01:45:06 1998 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.
+
Fri Aug 14 01:40:21 1998 Geoffrey Keating <geoffk@ozemail.com.au>
* rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
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
+