commit | 53665e571f48c640aede3c98ff942a96ddb0b1d8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 15 15:45:25 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 15 15:45:25 1997 +0000 |
tree | bd57cd9685841296f627992a8b3dbf901c6fc6fa | |
parent | cf00505325e76c2faa50c8935b51c78b905c9036 [diff] |
Last minute changes for \B. AMK.
diff --git a/Modules/regexpr.c b/Modules/regexpr.c index 08fcc3a..1c0f60a 100644 --- a/Modules/regexpr.c +++ b/Modules/regexpr.c
@@ -1962,8 +1962,8 @@ if (text == textstart || text == textend) goto fail; if (!((SYNTAX(text[-1]) & Sword) ^ (SYNTAX(*text) & Sword))) - goto fail; - goto continue_matching; + goto continue_matching; + goto fail; } case Csyntaxspec: {