summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-06 20:14:52 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-06 20:14:52 +0000
commit4d9e4a10bb830be228b63c13780a01259d5f70cc (patch)
tree437d08bb8d1f95edcd5c28bf7cd4c67410d144f4 /src/regex.c
parent912eb8d11fc549d194321caf01ac3faab65f7a9c (diff)
downloademacs-4d9e4a10bb830be228b63c13780a01259d5f70cc.tar.gz
[! emacs]: #undef REL_ALLOC.
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index d191df63f53..3c0392a59a0 100644
--- a/src/regex.c
+++ b/src/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