From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: GDB Patches Subject: [rfc] Delete macro MALLOC_INCOMPATIBLE Date: Mon, 19 Mar 2001 15:52:00 -0000 Message-id: <3AB69BC0.E3617E2E@cygnus.com> X-SW-Source: 2001-03/msg00363.html Hello, The attatched patch deletes the macro ``MALLOC_INCOMPATIBLE''. The host systems: SunOS-4 hpux x.y Windows were defining it. I'm pretty sure it is ok for HP/UX since that system always defined malloc, free and realloc to ISO-C standards. I'm not so sure about SunOS or Windows. Is anyone else able to comment on those systems? If SunOS turns out to have ``char *malloc()'' then that should be handled by configure.in and xm-*.h. Andrew PS: If the entire patch goes through then this will also update the docs.