From 01fadb4d84964b6c37d60daef587a46d397a10c7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 6 May 1995 20:14:52 +0000 Subject: [PATCH] [! emacs]: #undef REL_ALLOC. --- src/regex.c | 5 +++++ 1 file changed, 5 insertions(+) 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 #else -- 2.39.5