]> granicus.if.org Git - vim/commitdiff
patch 8.1.0477: tiny build fails v8.1.0477
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Oct 2018 20:38:09 +0000 (22:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Oct 2018 20:38:09 +0000 (22:38 +0200)
Problem:    Tiny build fails.
Solution:   Add a dummy declaration for funccal_entry_T.

src/structs.h
src/version.c

index ebd94c36191887ecc11f11df8926161284faad0c..560ce42b41a4a631455451754fbf9edec2ca0876 100644 (file)
@@ -1445,6 +1445,10 @@ typedef struct
 {
     int            dummy;
 } funcdict_T;
+typedef struct
+{
+    int            dummy;
+} funccal_entry_T;
 #endif
 
 struct partial_S
index 56addcdbb603c44eca0bb8ed9dff52e2207bcd8a..1268cdcc7a1ea29517a918e560eecbf9f17f1b29 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    477,
 /**/
     476,
 /**/