summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/regexp.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/regexp.c b/src/regexp.c
index bf113daf11..ac60c695aa 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 6730cc0fd7..61adb887b0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3,
+/**/
2,
/**/
1,