Преглед изворни кода

(malloc): Undef before defining.

Paul Eggert пре 24 година
родитељ
комит
11c437d44b
1 измењених фајлова са 1 додато и 0 уклоњено
  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 ();