X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=regex.c;h=9fe099c7125fbfdae837436764d2fdcfaee0f7eb;hb=3a318239ecc55fac810a101b8d3923356c6e71c4;hp=b3d0658c7dcd42b000fbd960ad5ef4cfca45550a;hpb=d0836e87ed679e4c673a03888281a6bed8038d36;p=gnulib.git diff --git a/regex.c b/regex.c index b3d0658c7..9fe099c71 100644 --- a/regex.c +++ b/regex.c @@ -124,8 +124,17 @@ # 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. */