mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
vim-patch:8.2.4546: duplicate #undef
Problem: Duplicate #undef.
Solution: Remove one #undef. (closes vim/vim#9932)
0a4e098f32
This commit is contained in:
@@ -1282,7 +1282,6 @@ static void nfa_emit_equi_class(int c)
|
||||
|
||||
EMIT2(c);
|
||||
#undef EMIT2
|
||||
#undef EMIT2
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user