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:
parent
176711f069
commit
0a4e098f32
@ -1269,7 +1269,6 @@ nfa_emit_equi_class(int c)
|
|||||||
EMIT2(c);
|
EMIT2(c);
|
||||||
return OK;
|
return OK;
|
||||||
#undef EMIT2
|
#undef EMIT2
|
||||||
#undef EMIT2
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4546,
|
||||||
/**/
|
/**/
|
||||||
4545,
|
4545,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user