make RE compile

This commit is contained in:
Jeff Epler 2023-09-22 13:57:05 -05:00
parent f812750a76
commit 031c163f84
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ static const char *_compilecode(const char *re, ByteProg *prog, int sizecode)
if (MATCH_NAMED_CLASS_CHAR(c)) {
c = RE15_CLASS_NAMED_CLASS_INDICATOR;
goto emit_char_pair;
else {
} else {
// CIRCUITPY TODO: handle unescape here again PR #1544
}
}