diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-03-13 23:43:05 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-03-13 23:43:05 +0000 |
commit | 60c7c37625c1319676afd4f8aba8b1b092024c5f (patch) | |
tree | 341115a12f7c05f338b41163b6c841f471273d9f /gdb/config/m68k | |
parent | 4369e92453f6ce5cc83a4080fee19f41412eb58f (diff) | |
download | gdb-60c7c37625c1319676afd4f8aba8b1b092024c5f.zip gdb-60c7c37625c1319676afd4f8aba8b1b092024c5f.tar.gz gdb-60c7c37625c1319676afd4f8aba8b1b092024c5f.tar.bz2 |
Fri Mar 13 15:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* config/m68k/xm-sun3os4.h: Remove malloc declarations, they
are handled via autoconf now.
* remote.c (remote_ops, extended_remote_ops): Replace static
forward declaration by moving the static definition to the top of
the file, for old K&R compilers.
* tracepoint.c (collect_symbol, trace_start_command):
Replace ANSI string concatenation with K&R compatible simple string.
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(); |