forked from aniani/vim
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:
@@ -14,7 +14,6 @@
|
|||||||
/* Avoid a conflict for the definition of Boolean between Mac header files and
|
/* Avoid a conflict for the definition of Boolean between Mac header files and
|
||||||
* X11 header files. */
|
* X11 header files. */
|
||||||
#define NO_X11_INCLUDES
|
#define NO_X11_INCLUDES
|
||||||
#define BalloonEval int /* used in header files */
|
|
||||||
|
|
||||||
#include "vim.h"
|
#include "vim.h"
|
||||||
#import <AppKit/AppKit.h>
|
#import <AppKit/AppKit.h>
|
||||||
|
@@ -771,6 +771,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1315,
|
||||||
/**/
|
/**/
|
||||||
1314,
|
1314,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user