Parcourir la source

(malloc): Undef before defining.

Paul Eggert il y a 24 ans
Parent
commit
11c437d44b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 ();