mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1208: build failure
Problem: Build failure. Solution: Add missing change.
This commit is contained in:
@@ -1250,6 +1250,7 @@ typedef struct hashtable_S
|
|||||||
// array is "ht_mask" + 1)
|
// array is "ht_mask" + 1)
|
||||||
long_u ht_used; // number of items used
|
long_u ht_used; // number of items used
|
||||||
long_u ht_filled; // number of items used + removed
|
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_locked; // counter for hash_lock()
|
||||||
int ht_error; // when set growing failed, can't add more
|
int ht_error; // when set growing failed, can't add more
|
||||||
// items before growing works
|
// items before growing works
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1208,
|
||||||
/**/
|
/**/
|
||||||
1207,
|
1207,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user