# HG changeset patch # User Christian Brabandt # Date 1511044205 -3600 # Node ID f67ac05fa3cd6553f608e61e4d4bd42d11514236 # Parent 634f09e9e506994e20013c2de05fcfca8f59a697 patch 8.0.1316: build still still fails on Mac commit https://github.com/vim/vim/commit/44c2bffde74a98acdc60505e57c70cd7cc2afa1e Author: Bram Moolenaar 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. diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c --- 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" diff --git a/src/version.c b/src/version.c --- 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,