]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Get rid of the other half of the ugly kludge as well...
authorFred Fish <fnf@specifix.com>
Tue, 7 Apr 1992 03:54:54 +0000 (03:54 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 7 Apr 1992 03:54:54 +0000 (03:54 +0000)
mmalloc/mmalloc.h

index db62f1dfdcbdd42b76cc245eba18ce6879091fc0..b06772650bc89343f9d4545c35c056996715645c 100644 (file)
@@ -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