(realloc) <emacs>: Define to xrealloc.
authorAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 09:39:40 +0000 (09:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 09:39:40 +0000 (09:39 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 940c95f..f8e2dcb 100644 (file)
--- 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 */