Get rid of the other half of the ugly kludge as well...
This commit is contained in:
parent
aafba48f94
commit
f73b6c4867
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user