mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.0.1316: build still still fails on Mac
Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef.
This commit is contained in:
parent
e86ee877c1
commit
44c2bffde7
@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#define NO_X11_INCLUDES
|
||||
typedef int BalloonEval; /* used in header files */
|
||||
|
||||
#include "vim.h"
|
||||
|
||||
|
@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1316,
|
||||
/**/
|
||||
1315,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user