0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 7.4.2140

Problem:    Tiny build fails.
Solution:   Add dummy typedefs.
This commit is contained in:
Bram Moolenaar 2016-08-01 16:35:59 +02:00
parent 0588d4f9d2
commit acadbeabe1
2 changed files with 12 additions and 0 deletions

View File

@ -1380,6 +1380,16 @@ typedef struct
dictitem_T *fd_di; /* Dictionary item used */
} funcdict_T;
#else
/* dummy typedefs for function prototypes */
typedef struct
{
int dummy;
} ufunc_T;
typedef struct
{
int dummy;
} funcdict_T;
#endif
struct partial_S

View File

@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2140,
/**/
2139,
/**/