0
0
mirror of https://github.com/vim/vim.git synced 2025-07-25 10:54:51 -04:00

patch 8.0.1315: build still fails on Mac

Problem:    Build still fails on Mac. (chdiza)
Solution:   Remove bogus typedef.
This commit is contained in:
Bram Moolenaar 2017-11-18 23:09:37 +01:00
parent 4ab9d9e9a4
commit e86ee877c1
2 changed files with 2 additions and 1 deletions

View 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>

View File

@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1315,
/**/
1314,
/**/