*** empty log message ***
[gnulib.git] / regex.c
diff --git a/regex.c b/regex.c
index b3d0658..9fe099c 100644 (file)
--- a/regex.c
+++ b/regex.c
 # include "charset.h"
 # include "category.h"
 
+# ifdef malloc
+#  undef malloc
+# endif
 # define malloc xmalloc
+# ifdef realloc
+#  undef realloc
+# endif
 # define realloc xrealloc
+# ifdef free
+#  undef free
+# endif
 # define free xfree
 
 /* Converts the pointer to the char to BEG-based offset from the start.         */