]> granicus.if.org Git - vim/commitdiff
patch 8.0.1316: build still still fails on Mac v8.0.1316
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Nov 2017 22:23:01 +0000 (23:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Nov 2017 22:23:01 +0000 (23:23 +0100)
Problem:    Build still still fails on Mac. (chdiza)
Solution:   Remove another bogus typedef.

src/os_mac_conv.c
src/version.c

index ad2d58dcbc1a53e1dab19b6934b8e5f28dd709e1..1fddc61f33ea19aab87c002736e1dc3a053a59ed 100644 (file)
@@ -14,7 +14,6 @@
  */
 
 #define NO_X11_INCLUDES
-typedef int BalloonEval;    /* used in header files */
 
 #include "vim.h"
 
index 163ae8e34a2fa1fe0136aacacece53e1898439f2..99007ac5c35c10cb5271c24d288dcc130276775f 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1316,
 /**/
     1315,
 /**/