From 7a847ad3827234497a9ad1172109d457d21e707f 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. --- regex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/regex.c b/regex.c index 940c95f448..f8e2dcb27f 100644 --- 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 */ -- 2.30.2