mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
patch 8.2.1048: build failure without the eval feature
Problem: Build failure without the eval feature. Solution: Add dummy typedef.
This commit is contained in:
parent
5409f5d8c9
commit
9d40c63c7d
@ -1794,6 +1794,10 @@ typedef struct
|
|||||||
{
|
{
|
||||||
int dummy;
|
int dummy;
|
||||||
} scriptitem_T;
|
} scriptitem_T;
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
int dummy;
|
||||||
|
} evalarg_T;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Struct passed between functions dealing with function call execution.
|
// Struct passed between functions dealing with function call execution.
|
||||||
|
@ -754,6 +754,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 */
|
||||||
|
/**/
|
||||||
|
1048,
|
||||||
/**/
|
/**/
|
||||||
1047,
|
1047,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user