aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 */