summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-01-25 01:44:54 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-01-25 01:44:54 +0000
commitd0836e87ed679e4c673a03888281a6bed8038d36 (patch)
treed15595544f046be90b167bc997a93d86463291cc
parent0acca1d14ad3900f7dc83ed332a856eac1de1ba3 (diff)
downloadgnulib-EMACS_PRETEST_21_0_103.tar.gz
(mutually_exclusive_p): Add missing `break' at the end of `charset' processing.EMACS_PRETEST_21_0_103
-rw-r--r--regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index ffc791236d..b3d0658c7d 100644
--- 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))