0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -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:
Bram Moolenaar
2018-10-14 22:38:09 +02:00
parent a2aad02830
commit d95c3c253c
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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,
/**/ /**/