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;
} funcdict_T;
typedef struct
{
int dummy;
} funccal_entry_T;
#endif
struct partial_S