changeset 786:c9e346539fc6

[emacs] (malloc, free): Define as xmalloc, and xfree.
author Richard Stallman <rms@gnu.org>
date Thu, 07 Nov 1996 21:13:22 +0000
parents b7fb2ae455ad
children a089b1c318cb
files regex.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,