(mutually_exclusive_p): Add missing `break' at the end of `charset' processing. EMACS_PRETEST_21_0_103
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Jan 2001 01:44:54 +0000 (01:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Jan 2001 01:44:54 +0000 (01:44 +0000)
regex.c

diff --git a/regex.c b/regex.c
index ffc7912..b3d0658 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -4366,6 +4366,7 @@ mutually_exclusive_p (bufp, p1, p2)
              }
          }
       }
+      break;
       
     case charset_not:
       switch (SWITCH_ENUM_CAST (*p1))