[! 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 d191df63f53b716109f6a4b3b17c3d26f9bfaac0..3c0392a59a0504de605d2d13e5478c4faba00c8b 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