changeset 28043:2950c4144afe v8.2.4546

patch 8.2.4546: duplicate #undef Commit: https://github.com/vim/vim/commit/0a4e098f32f3c83273ff63c02c8d0d5cdd7c897c Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Mar 11 15:33:53 2022 +0000 patch 8.2.4546: duplicate #undef Problem: Duplicate #undef. Solution: Remove one #undef. (closes https://github.com/vim/vim/issues/9932)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Mar 2022 16:45:02 +0100
parents e98a8383668f
children b070f094f7a9
files src/regexp_nfa.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/regexp_nfa.c
+++ b/src/regexp_nfa.c
@@ -1269,7 +1269,6 @@ nfa_emit_equi_class(int c)
     EMIT2(c);
     return OK;
 #undef EMIT2
-#undef EMIT2
 }
 
 /*
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4546,
+/**/
     4545,
 /**/
     4544,