瀏覽代碼

(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 ();