mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -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 */
|
dictitem_T *fd_di; /* Dictionary item used */
|
||||||
} funcdict_T;
|
} funcdict_T;
|
||||||
|
|
||||||
|
#else
|
||||||
|
/* dummy typedefs for function prototypes */
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
int dummy;
|
||||||
|
} ufunc_T;
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
int dummy;
|
||||||
|
} funcdict_T;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct partial_S
|
struct partial_S
|
||||||
|
@ -763,6 +763,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 */
|
||||||
|
/**/
|
||||||
|
2140,
|
||||||
/**/
|
/**/
|
||||||
2139,
|
2139,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user