* config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 28 Apr 1993 13:42:43 +0000 (13:42 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 28 Apr 1993 13:42:43 +0000 (13:42 +0000)
that ansidecl.h assumes ANSI on AIX.

gdb/ChangeLog
gdb/config/rs6000/xm-rs6000.h

index 7a66378..be79d7d 100644 (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.
index 6a9b8c1..718b10a 100644 (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 *));