aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-15 09:39:40 +0000
committerAndreas Schwab1998-04-15 09:39:40 +0000
commit64e3c718c6d33aed74e654a2ab97a8016e6bd64a (patch)
tree348abe2997dc1a0c0d818270f682732e68bc7260 /src
parent6437ca042611a9d55414dcf0bd53ec9976d58f6b (diff)
downloademacs-64e3c718c6d33aed74e654a2ab97a8016e6bd64a.tar.gz
emacs-64e3c718c6d33aed74e654a2ab97a8016e6bd64a.zip
(realloc) <emacs>: Define to xrealloc.
Diffstat (limited to 'src')
-rw-r--r--src/regex.c1
1 files changed, 1 insertions, 0 deletions
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 @@
68#include "category.h" 68#include "category.h"
69 69
70#define malloc xmalloc 70#define malloc xmalloc
71#define realloc xrealloc
71#define free xfree 72#define free xfree
72 73
73#else /* not emacs */ 74#else /* not emacs */