aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-19 17:03:04 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-03-19 17:12:29 +0800
commitc4624b9543bb7a12572312f605b1e96d07365338 (patch)
tree05d6fd6ce6f2f53d9b6c3bcb29536c10d883d3e2
parent81648fd27719e0b0d7f5f7ac19142c39b857600e (diff)
downloadrneovim-c4624b9543bb7a12572312f605b1e96d07365338.tar.gz
rneovim-c4624b9543bb7a12572312f605b1e96d07365338.tar.bz2
rneovim-c4624b9543bb7a12572312f605b1e96d07365338.zip
vim-patch:8.2.4546: duplicate #undef
Problem: Duplicate #undef. Solution: Remove one #undef. (closes vim/vim#9932) https://github.com/vim/vim/commit/0a4e098f32f3c83273ff63c02c8d0d5cdd7c897c
-rw-r--r--src/nvim/regexp_nfa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/regexp_nfa.c b/src/nvim/regexp_nfa.c
index ecc8a4703c..7e316624f8 100644
--- a/src/nvim/regexp_nfa.c
+++ b/src/nvim/regexp_nfa.c
@@ -1282,7 +1282,6 @@ static void nfa_emit_equi_class(int c)
EMIT2(c);
#undef EMIT2
-#undef EMIT2
}
/*