From: Fred Fish Date: Tue, 7 Apr 1992 03:54:54 +0000 (+0000) Subject: Get rid of the other half of the ugly kludge as well... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f73b6c486740a42cf98887cc6c36d2b22d58c347;p=binutils-gdb.git Get rid of the other half of the ugly kludge as well... --- diff --git a/mmalloc/mmalloc.h b/mmalloc/mmalloc.h index db62f1dfdcb..b06772650bc 100644 --- a/mmalloc/mmalloc.h +++ b/mmalloc/mmalloc.h @@ -47,11 +47,6 @@ Cambridge, MA 02139, USA. # endif #endif -#undef malloc /* Undo the kludge to hide non-ANSI compliant declarations */ -#undef calloc -#undef realloc -#undef free - #ifndef MIN # define MIN(A, B) ((A) < (B) ? (A) : (B)) #endif