From 4a5516aea7eababe34bf57ff2933a2505706fda3 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 28 Jul 1994 20:26:09 +0000 Subject: [PATCH] #undef PCC_STATIC_STRUCT_RETURN From-SVN: r7808 --- gcc/config/m68k/next.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2