diff --git a/src/regexp.c b/src/regexp.c index bf113daf1..ac60c695a 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -1899,7 +1899,7 @@ regatom(flagp) br = regnext(br); } } - *flagp &= ~HASWIDTH; + *flagp &= ~(HASWIDTH | SIMPLE); break; } diff --git a/src/version.c b/src/version.c index 6730cc0fd..61adb887b 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3, /**/ 2, /**/