projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aafba48
)
Get rid of the other half of the ugly kludge as well...
author
Fred Fish
<fnf@specifix.com>
Tue, 7 Apr 1992 03:54:54 +0000
(
03:54
+0000)
committer
Fred Fish
<fnf@specifix.com>
Tue, 7 Apr 1992 03:54:54 +0000
(
03:54
+0000)
mmalloc/mmalloc.h
patch
|
blob
|
history
diff --git
a/mmalloc/mmalloc.h
b/mmalloc/mmalloc.h
index db62f1dfdcbdd42b76cc245eba18ce6879091fc0..b06772650bc89343f9d4545c35c056996715645c 100644
(file)
--- 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