mirror of
https://github.com/vim/vim.git
synced 2025-07-24 10:45:12 -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;
|
||||
} scriptitem_T;
|
||||
typedef struct
|
||||
{
|
||||
int dummy;
|
||||
} evalarg_T;
|
||||
#endif
|
||||
|
||||
// Struct passed between functions dealing with function call execution.
|
||||
|
@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1048,
|
||||
/**/
|
||||
1047,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user