changeset 414:b36ae30cd5ce

[! emacs]: #undef REL_ALLOC.
author Richard Stallman <rms@gnu.org>
date Sat, 06 May 1995 20:14:52 +0000
parents 7ad568cbce0d
children 88587e01320b
files regex.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -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