[emacs] (malloc, free): Define as xmalloc, and xfree.
authorRichard Stallman <rms@gnu.org>
Thu, 7 Nov 1996 21:13:22 +0000 (21:13 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 7 Nov 1996 21:13:22 +0000 (21:13 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 4f222a5..e26641b 100644 (file)
--- 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,