(OtherTable): Interpret `next' as 1 (not 2) units.
[gnulib.git] / regex.c
diff --git a/regex.c b/regex.c
index 4f222a5..e26641b 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -55,6 +55,9 @@
 #include "buffer.h"
 #include "syntax.h"
 
+#define malloc xmalloc
+#define free xfree
+
 #else  /* not emacs */
 
 /* If we are not linking with Emacs proper,