From 64e3c718c6d33aed74e654a2ab97a8016e6bd64a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 15 Apr 1998 09:39:40 +0000 Subject: [PATCH] (realloc) : Define to xrealloc. --- src/regex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/regex.c b/src/regex.c index 940c95f448a..f8e2dcb27f5 100644 --- a/src/regex.c +++ b/src/regex.c @@ -68,6 +68,7 @@ #include "category.h" #define malloc xmalloc +#define realloc xrealloc #define free xfree #else /* not emacs */ -- 2.39.2