From 372b6ed410b21c9cd39bfa77b6b4b121cf93c368 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 6 May 1995 20:14:52 +0000 Subject: [PATCH] [! emacs]: #undef REL_ALLOC. --- regex.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regex.c b/regex.c index d191df63f5..3c0392a59a 100644 --- a/regex.c +++ b/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 #else -- 2.30.2