Explorar el Código

(malloc): Undef before defining.

Paul Eggert hace 24 años
padre
commit
11c437d44b
Se han modificado 1 ficheros con 1 adiciones y 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 ();