From: Jason Merrill Date: Thu, 28 Jul 1994 20:26:09 +0000 (+0000) Subject: #undef PCC_STATIC_STRUCT_RETURN X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a5516aea7eababe34bf57ff2933a2505706fda3;p=gcc.git #undef PCC_STATIC_STRUCT_RETURN From-SVN: r7808 --- diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 2bc7ece3465..0a85f8c731c 100644 --- a/gcc/config/m68k/next.h +++ b/gcc/config/m68k/next.h @@ -204,3 +204,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CLEAR_INSN_CACHE(BEG, END) \ asm volatile ("trap #2") +/* GCC is the primary compiler for NeXTSTEP, so we don't need this. */ +#undef PCC_STATIC_STRUCT_RETURN