]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.1208: build failure v8.2.1208
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 13:47:23 +0000 (15:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 13:47:23 +0000 (15:47 +0200)
Problem:    Build failure.
Solution:   Add missing change.

src/structs.h
src/version.c

index 4a0c10a459e5419dde4dacef44cb9f48b25b9f91..68a9ba95822260272b5bf17864d1804ce24d5fe0 100644 (file)
@@ -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
index 490e5a3dc5b8c6d64975ab8ef71d82cdc52621e6..3997ccf00097c768929f56aad08ab993444f30f9 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1208,
 /**/
     1207,
 /**/