]> granicus.if.org Git - vim/commitdiff
patch 7.4.2140 v7.4.2140
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2016 14:35:59 +0000 (16:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2016 14:35:59 +0000 (16:35 +0200)
Problem:    Tiny build fails.
Solution:   Add dummy typedefs.

src/structs.h
src/version.c

index 11f182a77aa125e22a6e53fc37a60099af92d67f..a8b85f479b83a261738ce160aa5d45808abaf8ef 100644 (file)
@@ -1380,6 +1380,16 @@ typedef struct
     dictitem_T *fd_di;         /* Dictionary item used */
 } funcdict_T;
 
+#else
+/* dummy typedefs for function prototypes */
+typedef struct
+{
+    int            dummy;
+} ufunc_T;
+typedef struct
+{
+    int            dummy;
+} funcdict_T;
 #endif
 
 struct partial_S
index 6f505db1164b67483c4e58c168d0b6f9862c2643..2778712eb35b3b1531b0ae27b64a50cc5aecf162 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2140,
 /**/
     2139,
 /**/