changeset 20105:72100ae0db92

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