A missing 'break' after the [[:space:]] switch case.
Stephen P. Potter [Tue, 18 Jul 2000 16:25:17 +0000 (12:25 -0400)]
Subject: [ID 20000718.006] Missing 'break' in regcomp.c
Message-Id: <200007182025.QAA28383@spp.users.ds.net>

p4raw-id: //depot/perl@6426

regcomp.c

index db099ad..bbdfdc3 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -2815,6 +2815,7 @@ S_regpposixcc(pTHX_ I32 value)
                        if (strnEQ(posixcc, "space", 5))
                            namedclass =
                                complement ? ANYOF_NSPACE : ANYOF_SPACE;
+                       break;
                    case 'u':
                        if (strnEQ(posixcc, "upper", 5))
                            namedclass =