Skip to content

Commit e86ee87

Browse files
committed
patch 8.0.1315: build still fails on Mac
Problem: Build still fails on Mac. (chdiza) Solution: Remove bogus typedef.
1 parent 4ab9d9e commit e86ee87

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/os_macosx.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/* Avoid a conflict for the definition of Boolean between Mac header files and
1515
* X11 header files. */
1616
#define NO_X11_INCLUDES
17-
#define BalloonEval int /* used in header files */
1817

1918
#include "vim.h"
2019
#import <AppKit/AppKit.h>

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ static char *(features[]) =
771771

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1315,
774776
/**/
775777
1314,
776778
/**/

0 commit comments

Comments
 (0)