]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.1048: build failure without the eval feature v8.2.1048
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 17:05:29 +0000 (19:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 17:05:29 +0000 (19:05 +0200)
Problem:    Build failure without the eval feature.
Solution:   Add dummy typedef.

src/structs.h
src/version.c

index 3a9bbd33c6057c2f23af99905bfd62d69ddfd8d3..0ac486406be6f54e2fdaefd855d7de681a64034e 100644 (file)
@@ -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.
index e383c1843ebc7a8ec763f7698f1b4ea47b84bbe5..4e2c5537998311584d1fbaacce8683463b12be0d 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1048,
 /**/
     1047,
 /**/