Skip to content

Commit 44c2bff

Browse files
committed
patch 8.0.1316: build still still fails on Mac
Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef.
1 parent e86ee87 commit 44c2bff

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/os_mac_conv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*/
1515

1616
#define NO_X11_INCLUDES
17-
typedef int BalloonEval; /* used in header files */
1817

1918
#include "vim.h"
2019

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+
1316,
774776
/**/
775777
1315,
776778
/**/

0 commit comments

Comments
 (0)