From: Paul Eggert Date: Fri, 16 Feb 2001 18:57:56 +0000 (+0000) Subject: (malloc): Undef before defining. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=11c437d44b838d406468cdd00136c0b16c15bcf9;p=chaz%2Ftar (malloc): Undef before defining. --- diff --git a/lib/alloca.c b/lib/alloca.c index 55a8067..836c503 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -88,6 +88,7 @@ typedef char *pointer; Callers below should use malloc. */ # ifndef emacs +# undef malloc # define malloc xmalloc # endif extern pointer malloc ();