comparison 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
comparison
equal deleted inserted replaced
12878:634f09e9e506 12879:f67ac05fa3cd
12 * This code has been put in a separate file to avoid the conflicts that are 12 * This code has been put in a separate file to avoid the conflicts that are
13 * caused by including both the X11 and Carbon header files. 13 * caused by including both the X11 and Carbon header files.
14 */ 14 */
15 15
16 #define NO_X11_INCLUDES 16 #define NO_X11_INCLUDES
17 typedef int BalloonEval; /* used in header files */
18 17
19 #include "vim.h" 18 #include "vim.h"
20 19
21 #if !defined(FEAT_GUI_MAC) && !defined(PROTO) 20 #if !defined(FEAT_GUI_MAC) && !defined(PROTO)
22 # include <CoreServices/CoreServices.h> 21 # include <CoreServices/CoreServices.h>