0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.4546: duplicate #undef

Problem:    Duplicate #undef.
Solution:   Remove one #undef. (closes #9932)
This commit is contained in:
zeertzjq 2022-03-11 15:33:53 +00:00 committed by Bram Moolenaar
parent 176711f069
commit 0a4e098f32
2 changed files with 2 additions and 1 deletions

View File

@ -1269,7 +1269,6 @@ nfa_emit_equi_class(int c)
EMIT2(c);
return OK;
#undef EMIT2
#undef EMIT2
}
/*

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4546,
/**/
4545,
/**/