that ansidecl.h assumes ANSI on AIX.
+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.
#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 *));