changeset 3162:a01c89a3f076

(malloc): Undef before defining, since stdlib.h may have defined it.
author Jim Meyering <jim@meyering.net>
date Fri, 16 Feb 2001 19:28:43 +0000
parents b6652a2b1c82
children 8c948a766b14
files lib/alloca.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/alloca.c
+++ b/lib/alloca.c
@@ -88,6 +88,7 @@
    Callers below should use malloc.  */
 
 #  ifndef emacs
+#   undef malloc
 #   define malloc xmalloc
 #  endif
 extern pointer malloc ();