To: vim_dev@googlegroups.com Subject: Patch 8.2.1048 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1048 (after 8.2.1047) Problem: Build failure without the eval feature. Solution: Add dummy typedef. Files: src/structs.h *** ../vim-8.2.1047/src/structs.h 2020-06-24 18:37:28.355249390 +0200 --- src/structs.h 2020-06-24 19:03:26.963891166 +0200 *************** *** 1794,1799 **** --- 1794,1803 ---- { int dummy; } scriptitem_T; + typedef struct + { + int dummy; + } evalarg_T; #endif // Struct passed between functions dealing with function call execution. *** ../vim-8.2.1047/src/version.c 2020-06-24 18:37:28.359249374 +0200 --- src/version.c 2020-06-24 19:05:13.223409436 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1048, /**/ -- Q: What kind of stuff do you do? A: I collect hobbies. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///