From c87a7e0f2ca8ff4a14e4fc503ae42016d81bd9c3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 14 Jul 2000 18:00:36 +0000 Subject: [PATCH] (malloc) [emacs]: Define as xmalloc. --- src/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloca.c b/src/alloca.c index 1f760fe6173..18d766c4cc5 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -88,7 +88,7 @@ typedef char *pointer; Callers below should use malloc. */ -#ifndef emacs +#ifdef emacs #define malloc xmalloc #endif extern pointer malloc (); -- 2.39.2