diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1998-08-13 18:46:47 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-13 18:46:47 -0600 |
commit | a2cd38a9f83408401e59231579cc6bc73ae4b902 (patch) | |
tree | d26bb62e6846182468eca10c4668d571234eef53 /gcc | |
parent | 073d81b606670168631103db2b51cef712763222 (diff) | |
download | gcc-a2cd38a9f83408401e59231579cc6bc73ae4b902.zip gcc-a2cd38a9f83408401e59231579cc6bc73ae4b902.tar.gz gcc-a2cd38a9f83408401e59231579cc6bc73ae4b902.tar.bz2 |
*** empty log message ***
From-SVN: r21723
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/cygwin32.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h index 66b0f74..cc5ff45 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 + |