mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user