From: Richard Stallman Date: Sat, 6 May 1995 20:14:52 +0000 (+0000) Subject: [! emacs]: #undef REL_ALLOC. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372b6ed410b21c9cd39bfa77b6b4b121cf93c368;p=pspp [! emacs]: #undef REL_ALLOC. --- 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