changeset 12879:f67ac05fa3cd v8.0.1316

patch 8.0.1316: build still still fails on Mac commit https://github.com/vim/vim/commit/44c2bffde74a98acdc60505e57c70cd7cc2afa1e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 23:23:01 2017 +0100 patch 8.0.1316: build still still fails on Mac Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 23:30:05 +0100
parents 634f09e9e506
children ad5cbf9fba6b
files src/os_mac_conv.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -14,7 +14,6 @@
  */
 
 #define NO_X11_INCLUDES
-typedef int BalloonEval;    /* used in header files */
 
 #include "vim.h"
 
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1316,
+/**/
     1315,
 /**/
     1314,