mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix benign problems found by a picky SGI compiler (unreachable break
after a return or goto).
This commit is contained in:
parent
c69bac539c
commit
04e00a4cf4
1 changed files with 0 additions and 2 deletions
|
@ -1884,7 +1884,6 @@ for (;; ptr++)
|
|||
report an error. Add more Python-extensions here. */
|
||||
*errorptr="unknown after (?P";
|
||||
goto FAILED;
|
||||
break;
|
||||
|
||||
case '>': /* "Match once" brackets */
|
||||
if ((options & PCRE_EXTRA) != 0) /* Not yet standard */
|
||||
|
@ -3392,7 +3391,6 @@ for (;;)
|
|||
ecode=prev+3; goto match_loop;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
/* Start of subject unless notbol, or after internal newline if multiline */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue