mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4546: duplicate #undef
Problem: Duplicate #undef. Solution: Remove one #undef. (closes #9932)
This commit is contained in:
@@ -1269,7 +1269,6 @@ nfa_emit_equi_class(int c)
|
||||
EMIT2(c);
|
||||
return OK;
|
||||
#undef EMIT2
|
||||
#undef EMIT2
|
||||
}
|
||||
|
||||
/*
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4546,
|
||||
/**/
|
||||
4545,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user