From: Andreas Schwab Date: Wed, 15 Apr 1998 09:39:40 +0000 (+0000) Subject: (realloc) : Define to xrealloc. X-Git-Tag: emacs-20.3~1517 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64e3c718c6d33aed74e654a2ab97a8016e6bd64a;p=emacs.git (realloc) : Define to xrealloc. --- 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 */