From: Andreas Schwab Date: Wed, 15 Apr 1998 09:39:40 +0000 (+0000) Subject: (realloc) : Define to xrealloc. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a847ad3827234497a9ad1172109d457d21e707f;p=pspp (realloc) : Define to xrealloc. --- 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 */