Skip to content

Commit

Permalink
patch 8.2.4546: duplicate #undef
Browse files Browse the repository at this point in the history
Problem:    Duplicate #undef.
Solution:   Remove one #undef. (closes #9932)
  • Loading branch information
zeertzjq authored and brammool committed Mar 11, 2022
1 parent 176711f commit 0a4e098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/regexp_nfa.c
Expand Up @@ -1269,7 +1269,6 @@ nfa_emit_equi_class(int c)
EMIT2(c);
return OK;
#undef EMIT2
#undef EMIT2
}

/*
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4546,
/**/
4545,
/**/
Expand Down

0 comments on commit 0a4e098

Please sign in to comment.