From e86ee877c1497890e64190c148ff59e8aaf10936 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 18 Nov 2017 23:09:37 +0100 Subject: patch 8.0.1315: build still fails on Mac Problem: Build still fails on Mac. (chdiza) Solution: Remove bogus typedef. --- src/os_macosx.m | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/os_macosx.m b/src/os_macosx.m index 029f103b1a..6fd72fd280 100644 --- a/src/os_macosx.m +++ b/src/os_macosx.m @@ -14,7 +14,6 @@ /* Avoid a conflict for the definition of Boolean between Mac header files and * X11 header files. */ #define NO_X11_INCLUDES -#define BalloonEval int /* used in header files */ #include "vim.h" #import diff --git a/src/version.c b/src/version.c index 202d21d3b3..163ae8e34a 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 */ +/**/ + 1315, /**/ 1314, /**/ -- cgit v1.2.3