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