Browse Source

(malloc): Undef before defining.

Paul Eggert 24 years ago
parent
commit
11c437d44b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/alloca.c

+ 1 - 0
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 ();