diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c index 6531d45fd1..37635662bc 100644 --- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c @@ -4407,7 +4407,6 @@ skip_add: switch (state->c) { case NFA_MATCH: -// nfa_match = TRUE; break; case NFA_SPLIT: diff --git a/src/version.c b/src/version.c index d7c4cc0999..89088200df 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 474, /**/ 473, /**/