From: Richard Stallman Date: Thu, 7 Nov 1996 21:13:22 +0000 (+0000) Subject: [emacs] (malloc, free): Define as xmalloc, and xfree. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90c4710cee3f4882a4fa193c112f5efb6c93de7;p=pspp [emacs] (malloc, free): Define as xmalloc, and xfree. --- diff --git a/regex.c b/regex.c index 4f222a5e42..e26641bfcd 100644 --- a/regex.c +++ b/regex.c @@ -55,6 +55,9 @@ #include "buffer.h" #include "syntax.h" +#define malloc xmalloc +#define free xfree + #else /* not emacs */ /* If we are not linking with Emacs proper,