vim-patch:8.2.4546: duplicate #undef

Problem:    Duplicate #undef.
Solution:   Remove one #undef. (closes vim/vim#9932)
0a4e098f32
This commit is contained in:
zeertzjq
2022-03-19 17:03:04 +08:00
parent 81648fd277
commit c4624b9543

View File

@@ -1282,7 +1282,6 @@ static void nfa_emit_equi_class(int c)
EMIT2(c); EMIT2(c);
#undef EMIT2 #undef EMIT2
#undef EMIT2
} }
/* /*