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

src/os_macosx.m
src/version.c

index 029f103b1a747a032f16d5aaa80530581623328f..6fd72fd28045a1e4d509a80789961b220c02280f 100644 (file)
@@ -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 <AppKit/AppKit.h>
index 202d21d3b3848371181c143534eebadc87cb6430..163ae8e34a2fa1fe0136aacacece53e1898439f2 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1315,
 /**/
     1314,
 /**/