changeset 16537:f47030b411f9

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