Last minute changes for \B. AMK.

This commit is contained in:
Guido van Rossum 1997-08-15 15:45:25 +00:00
parent cf00505325
commit 53665e571f
1 changed files with 2 additions and 2 deletions

View File

@ -1962,8 +1962,8 @@ int re_match(regexp_t bufp,
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:
{