[! emacs]: #undef REL_ALLOC.

This commit is contained in:
Richard M. Stallman 1995-05-06 20:14:52 +00:00
parent 1090a16170
commit 01fadb4d84

View file

@ -51,6 +51,11 @@
#else /* not emacs */
/* If we are not linking with Emacs proper,
we can't use the relocating allocator
even if config.h says that we can. */
#undef REL_ALLOC
#ifdef STDC_HEADERS
#include <stdlib.h>
#else