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
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user