diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-18 23:09:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-18 23:09:37 +0100 |
commit | e86ee877c1497890e64190c148ff59e8aaf10936 (patch) | |
tree | 78c56b589fd6344ad61fcaa58742569074a89a53 /src/os_macosx.m | |
parent | 4ab9d9e9a41f441d7d96f51fec2213d412ea64e7 (diff) | |
download | vim-git-e86ee877c1497890e64190c148ff59e8aaf10936.tar.gz |
patch 8.0.1315: build still fails on Macv8.0.1315
Problem: Build still fails on Mac. (chdiza)
Solution: Remove bogus typedef.
Diffstat (limited to 'src/os_macosx.m')
-rw-r--r-- | src/os_macosx.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_macosx.m b/src/os_macosx.m index 029f103b1..6fd72fd28 100644 --- a/src/os_macosx.m +++ b/src/os_macosx.m @@ -14,7 +14,6 @@ /* Avoid a conflict for the definition of Boolean between Mac header files and * X11 header files. */ #define NO_X11_INCLUDES -#define BalloonEval int /* used in header files */ #include "vim.h" #import <AppKit/AppKit.h> |