diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c index ae6281d09..5e21db3c7 100644 --- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c @@ -890,7 +890,7 @@ nfa_regatom() default: { - long_u n = 0; + int n = 0; int cmp = c; if (c == '<' || c == '>') diff --git a/src/version.c b/src/version.c index 8ee5b4e20..32ff95990 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1075, /**/ 1074, /**/