Patch 8.2.1048

5 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 24, 2020, 1:06:04 PM6/24/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages