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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0836e87ed679e4c673a03888281a6bed8038d36;p=pspp (mutually_exclusive_p): Add missing `break' at the end of `charset' processing. --- 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))