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:
@@ -1445,6 +1445,10 @@ typedef struct
|
||||
{
|
||||
int dummy;
|
||||
} funcdict_T;
|
||||
typedef struct
|
||||
{
|
||||
int dummy;
|
||||
} funccal_entry_T;
|
||||
#endif
|
||||
|
||||
struct partial_S
|
||||
|
Reference in New Issue
Block a user