# HG changeset patch # User Gerd Moellmann # Date 963597636 0 # Node ID 1e2f2a050a93efa5ddd3210a0050083dbf496e7d # Parent ad501fc526c20bc03bb86f2a2d418fe0f4ff8bdd (malloc) [emacs]: Define as xmalloc. diff -r ad501fc526c2 -r 1e2f2a050a93 src/alloca.c --- a/src/alloca.c Fri Jul 14 17:59:55 2000 +0000 +++ b/src/alloca.c Fri Jul 14 18:00:36 2000 +0000 @@ -88,7 +88,7 @@ Callers below should use malloc. */ -#ifndef emacs +#ifdef emacs #define malloc xmalloc #endif extern pointer malloc ();