From: Bram Moolenaar Date: Sat, 18 Nov 2017 22:23:01 +0000 (+0100) Subject: patch 8.0.1316: build still still fails on Mac X-Git-Tag: v8.0.1316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c2bffde74a98acdc60505e57c70cd7cc2afa1e;p=thirdparty%2Fvim.git 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 index ad2d58dcbc..1fddc61f33 100644 --- 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 index 163ae8e34a..99007ac5c3 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1316, /**/ 1315, /**/