From: Stefan Monnier Date: Thu, 25 Jan 2001 01:44:54 +0000 (+0000) Subject: (mutually_exclusive_p): Add missing `break' at the end of `charset' processing. X-Git-Tag: emacs-pretest-21.0.96~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=609b757aa433a05f9a299606bc6405dea4dc34df;p=emacs.git (mutually_exclusive_p): Add missing `break' at the end of `charset' processing. --- diff --git a/src/regex.c b/src/regex.c index ffc791236d7..b3d0658c7dc 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))