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:
parent
0588d4f9d2
commit
acadbeabe1
@ -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
|
||||
|
@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2140,
|
||||
/**/
|
||||
2139,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user