Get rid of the other half of the ugly kludge as well...

This commit is contained in:
Fred Fish 1992-04-07 03:54:54 +00:00
parent aafba48f94
commit f73b6c4867
1 changed files with 0 additions and 5 deletions

View 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