commit | 9d40c63c7dc8c3eb3886c58dcd334bc7f37eceba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 19:05:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 19:05:29 2020 +0200 |
tree | 09a202a03fe7ebe4378ab246bb167486627750ca | |
parent | 5409f5d8c95007216ae1190565a7a8ee9ebd7100 [diff] [blame] |
patch 8.2.1048: build failure without the eval feature Problem: Build failure without the eval feature. Solution: Add dummy typedef.
diff --git a/src/structs.h b/src/structs.h index 3a9bbd3..0ac4864 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1794,6 +1794,10 @@ { int dummy; } scriptitem_T; +typedef struct +{ + int dummy; +} evalarg_T; #endif // Struct passed between functions dealing with function call execution.