From: Bram Moolenaar Date: Tue, 14 Jul 2020 13:47:23 +0000 (+0200) Subject: patch 8.2.1208: build failure X-Git-Tag: v8.2.1208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49fe0d6b289ee640cf5c49b1704bbbd641a0237d;p=thirdparty%2Fvim.git patch 8.2.1208: build failure Problem: Build failure. Solution: Add missing change. --- diff --git a/src/structs.h b/src/structs.h index 4a0c10a459..68a9ba9582 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1250,6 +1250,7 @@ typedef struct hashtable_S // array is "ht_mask" + 1) long_u ht_used; // number of items used long_u ht_filled; // number of items used + removed + int ht_changed; // incremented when adding or removing an item int ht_locked; // counter for hash_lock() int ht_error; // when set growing failed, can't add more // items before growing works diff --git a/src/version.c b/src/version.c index 490e5a3dc5..3997ccf000 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1208, /**/ 1207, /**/