Explorar o código

(malloc): Undef before defining.

Paul Eggert %!s(int64=24) %!d(string=hai) anos
pai
achega
11c437d44b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 ();