(malloc): Undef before defining.

This commit is contained in:
Paul Eggert
2001-02-16 18:57:56 +00:00
parent 107e9fad31
commit 11c437d44b

View File

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