0
0
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:
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
}
/*