* config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now

that ansidecl.h assumes ANSI on AIX.
This commit is contained in:
Jim Kingdon 1993-04-28 13:42:43 +00:00
parent a5e7f25953
commit 609e1c577b
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
* config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now
that ansidecl.h assumes ANSI on AIX.
Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
* README: Move most stuff about hacking GDB to doc/gdbint.texinfo.

View File

@ -70,13 +70,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SETPGRP_ARGS 1
/* /usr/include/stdlib.h always uses void* and void,
even when __STDC__ isn't defined. */
#define MALLOC_INCOMPATIBLE
extern void *malloc PARAMS ((size_t size));
extern void *realloc PARAMS ((void *ptr, size_t size));
extern void free PARAMS ((void *));
/* AIX doesn't have strdup, so we need to declare it for libiberty */
extern char *strdup PARAMS ((char *));