1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-03 03:25:26 +02:00

(malloc): Undef before defining, since stdlib.h may have defined it.

This commit is contained in:
Jim Meyering
2001-02-16 19:28:43 +00:00
parent f77dc12f7f
commit 9cdff96426

View File

@@ -88,6 +88,7 @@ typedef char *pointer;
Callers below should use malloc. */
# ifndef emacs
# undef malloc
# define malloc xmalloc
# endif
extern pointer malloc ();