diff src/os_mac_conv.c @ 12879:f67ac05fa3cd v8.0.1316

patch 8.0.1316: build still still fails on Mac commit https://github.com/vim/vim/commit/44c2bffde74a98acdc60505e57c70cd7cc2afa1e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 23:23:01 2017 +0100 patch 8.0.1316: build still still fails on Mac Problem: Build still still fails on Mac. (chdiza) Solution: Remove another bogus typedef.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 23:30:05 +0100
parents 4aead6a9b7a9
children ac42c4b11dbc
line wrap: on
line diff
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -14,7 +14,6 @@
  */
 
 #define NO_X11_INCLUDES
-typedef int BalloonEval;    /* used in header files */
 
 #include "vim.h"