From: Bram Moolenaar Date: Sun, 25 Jul 2021 12:21:11 +0000 (+0200) Subject: patch 8.2.3217: build failure X-Git-Tag: v8.2.3217 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ed0d9379683246a77aa8c1a59da7a0ac6395339;p=thirdparty%2Fvim.git patch 8.2.3217: build failure Problem: Build failure. Solution: Add missing changes. --- diff --git a/src/globals.h b/src/globals.h index 1a24512258..529901437a 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1860,7 +1860,7 @@ EXTERN listitem_T range_list_item; // Passed to an eval() function to enable evaluation. EXTERN evalarg_T EVALARG_EVALUATE # ifdef DO_INIT - = {EVAL_EVALUATE, 0, NULL, NULL, NULL, {0, 0, 0, 0, NULL}, + = {EVAL_EVALUATE, 0, NULL, NULL, NULL, NULL, {0, 0, 0, 0, NULL}, {0, 0, 0, 0, NULL}, NULL, NULL, NULL} # endif ; diff --git a/src/version.c b/src/version.c index ea1411dffa..9e77d56c19 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3217, /**/ 3216, /**/