changeset 1326:bf0e53366c55

(realloc) <emacs>: Define to xrealloc.
author Andreas Schwab <schwab@suse.de>
date Wed, 15 Apr 1998 09:39:40 +0000
parents 5b12c5e7a53e
children 25dd289d21bf
files regex.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -68,6 +68,7 @@
 #include "category.h"
 
 #define malloc xmalloc
+#define realloc xrealloc
 #define free xfree
 
 #else  /* not emacs */