[! emacs]: #undef REL_ALLOC.
authorRichard Stallman <rms@gnu.org>
Sat, 6 May 1995 20:14:52 +0000 (20:14 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 6 May 1995 20:14:52 +0000 (20:14 +0000)
regex.c

diff --git a/regex.c b/regex.c
index d191df6..3c0392a 100644 (file)
--- a/regex.c
+++ b/regex.c
 
 #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