From 11c437d44b838d406468cdd00136c0b16c15bcf9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 16 Feb 2001 18:57:56 +0000 Subject: [PATCH] (malloc): Undef before defining. --- lib/alloca.c | 1 + 1 file changed, 1 insertion(+) 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 (); -- 2.44.0