Pārlūkot izejas kodu

(malloc): Undef before defining.

Paul Eggert 24 gadi atpakaļ
vecāks
revīzija
11c437d44b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 ();