summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-04-15 09:39:40 +0000
committerAndreas Schwab <schwab@suse.de>1998-04-15 09:39:40 +0000
commit7a847ad3827234497a9ad1172109d457d21e707f (patch)
tree13737113489a939be5dab197838fae154548cb17
parent63b027ffaf9f09eb32b95ba23a51690cf307411f (diff)
downloadgnulib-7a847ad3827234497a9ad1172109d457d21e707f.tar.gz
(realloc) <emacs>: Define to xrealloc.
-rw-r--r--regex.c1
1 files changed, 1 insertions, 0 deletions
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 */