changeset 11721:bb59c20c60cb

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