Don't include pathmax.h.
[gnulib.git] / regex.c
diff --git a/regex.c b/regex.c
index ffc7912..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.         */
@@ -4366,6 +4375,7 @@ mutually_exclusive_p (bufp, p1, p2)
              }
          }
       }
+      break;
       
     case charset_not:
       switch (SWITCH_ENUM_CAST (*p1))