aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index 4f222a5e42e..e26641bfcd9 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -55,6 +55,9 @@
55#include "buffer.h" 55#include "buffer.h"
56#include "syntax.h" 56#include "syntax.h"
57 57
58#define malloc xmalloc
59#define free xfree
60
58#else /* not emacs */ 61#else /* not emacs */
59 62
60/* If we are not linking with Emacs proper, 63/* If we are not linking with Emacs proper,