Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04e00a4

Browse files
committed
Fix benign problems found by a picky SGI compiler (unreachable break
after a return or goto).
1 parent c69bac5 commit 04e00a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/pypcre.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,6 @@ for (;; ptr++)
18841884
report an error. Add more Python-extensions here. */
18851885
*errorptr="unknown after (?P";
18861886
goto FAILED;
1887-
break;
18881887

18891888
case '>': /* "Match once" brackets */
18901889
if ((options & PCRE_EXTRA) != 0) /* Not yet standard */
@@ -3392,7 +3391,6 @@ for (;;)
33923391
ecode=prev+3; goto match_loop;
33933392
}
33943393
}
3395-
break;
33963394

33973395
/* Start of subject unless notbol, or after internal newline if multiline */
33983396

0 commit comments

Comments
 (0)