aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2001-01-25 01:44:54 +0000
committerStefan Monnier <[email protected]>2001-01-25 01:44:54 +0000
commit609b757aa433a05f9a299606bc6405dea4dc34df (patch)
tree3c5868f5fd41f5f147336add0f78f2f73f2665f7 /src
parente3778624f9fe3e7d8f3a7037ca38bee2914881ee (diff)
(mutually_exclusive_p): Add missing `break' at the end of `charset' processing.
Diffstat (limited to 'src')
-rw-r--r--src/regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index ffc791236d..b3d0658c7d 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -4366,6 +4366,7 @@ mutually_exclusive_p (bufp, p1, p2)
}
}
}
+ break;
case charset_not:
switch (SWITCH_ENUM_CAST (*p1))