diff options
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/xm-sun3os4.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/m68k/xm-sun3os4.h b/gdb/config/m68k/xm-sun3os4.h index 5d81cc5..faf3b7d 100644 --- a/gdb/config/m68k/xm-sun3os4.h +++ b/gdb/config/m68k/xm-sun3os4.h @@ -19,9 +19,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "m68k/xm-sun3.h" #define FPU - -/* Prevent type conflicts between yacc malloc decls and defs.h */ -#define MALLOC_INCOMPATIBLE -extern char *malloc(); -extern char *realloc(); -extern void free(); |