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;
|
||||
} scriptitem_T;
|
||||
typedef struct
|
||||
{
|
||||
int dummy;
|
||||
} evalarg_T;
|
||||
#endif
|
||||
|
||||
// Struct passed between functions dealing with function call execution.
|
||||
|
Reference in New Issue
Block a user