aboutsummaryrefslogtreecommitdiff
path: root/mmalloc
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-04-07 03:54:54 +0000
committerFred Fish <fnf@specifix.com>1992-04-07 03:54:54 +0000
commitf73b6c486740a42cf98887cc6c36d2b22d58c347 (patch)
treeb4837ab2a026a8ae25cee9a30dd7106dda026e69 /mmalloc
parentaafba48f94ad8f13eaf87787f5fc7a8ab5b865af (diff)
downloadfsf-binutils-gdb-f73b6c486740a42cf98887cc6c36d2b22d58c347.zip
fsf-binutils-gdb-f73b6c486740a42cf98887cc6c36d2b22d58c347.tar.gz
fsf-binutils-gdb-f73b6c486740a42cf98887cc6c36d2b22d58c347.tar.bz2
Get rid of the other half of the ugly kludge as well...
Diffstat (limited to 'mmalloc')
-rw-r--r--mmalloc/mmalloc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mmalloc/mmalloc.h b/mmalloc/mmalloc.h
index db62f1d..b067726 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