]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a benign problem found by a picky SGI compiler (unreachable break
authorGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:23:22 +0000 (22:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:23:22 +0000 (22:23 +0000)
commit9f29990a90228cb227933178bd6ec81e8426939f
tree92cbc9ece1bddf09b03a0a832cd1bd04cb9c052a
parent04e00a4cf42547058b6b8f9343e77fce6aaad8e2
Fix a benign problem found by a picky SGI compiler (unreachable break
after a return).
Modules/regexpr.c