mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.1.0477: tiny build fails
Problem: Tiny build fails. Solution: Add a dummy declaration for funccal_entry_T.
This commit is contained in:
@@ -1445,6 +1445,10 @@ typedef struct
|
|||||||
{
|
{
|
||||||
int dummy;
|
int dummy;
|
||||||
} funcdict_T;
|
} funcdict_T;
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
int dummy;
|
||||||
|
} funccal_entry_T;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct partial_S
|
struct partial_S
|
||||||
|
@@ -792,6 +792,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 */
|
||||||
|
/**/
|
||||||
|
477,
|
||||||
/**/
|
/**/
|
||||||
476,
|
476,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user