X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=regex.c;h=9fe099c7125fbfdae837436764d2fdcfaee0f7eb;hb=b9a0d0cb0e9efd45b1b46de42125155bf2c67f21;hp=ffc791236d73e3ac989acc9dbea239f7217208de;hpb=7a34afe4329f7eeb95b51d60a3d5887ede83abb8;p=gnulib.git diff --git a/regex.c b/regex.c index ffc791236..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. */ @@ -4366,6 +4375,7 @@ mutually_exclusive_p (bufp, p1, p2) } } } + break; case charset_not: switch (SWITCH_ENUM_CAST (*p1))