]> granicus.if.org Git - vim/commitdiff
patch 8.2.4546: duplicate #undef v8.2.4546
authorzeertzjq <zeertzjq@outlook.com>
Fri, 11 Mar 2022 15:33:53 +0000 (15:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Mar 2022 15:33:53 +0000 (15:33 +0000)
Problem:    Duplicate #undef.
Solution:   Remove one #undef. (closes #9932)

src/regexp_nfa.c
src/version.c

index c8ac8d42a98640b9282ed1227633172bcbe700cd..ed8efcfee7061b64c883dbb18be1fc6958fd5039 100644 (file)
@@ -1269,7 +1269,6 @@ nfa_emit_equi_class(int c)
     EMIT2(c);
     return OK;
 #undef EMIT2
-#undef EMIT2
 }
 
 /*
index 01c3c32fff4afd560d634dc1cd65374ce6314201..3a29ffe77011e8dafa01fb02ac62b27317f016c0 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4546,
 /**/
     4545,
 /**/