aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-05-06 20:14:52 +0000
committerRichard M. Stallman <[email protected]>1995-05-06 20:14:52 +0000
commit01fadb4d84964b6c37d60daef587a46d397a10c7 (patch)
tree9035cc54ffd3562e73021fef5ec3f5cad2e13082
parent1090a1617054e3bda2d37c38f6a201edd1c7d4f1 (diff)
[! emacs]: #undef REL_ALLOC.
-rw-r--r--src/regex.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index d191df63f5..3c0392a59a 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