summaryrefslogtreecommitdiff
path: root/src/os_macosx.m
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-18 23:09:37 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-18 23:09:37 +0100
commite86ee877c1497890e64190c148ff59e8aaf10936 (patch)
tree78c56b589fd6344ad61fcaa58742569074a89a53 /src/os_macosx.m
parent4ab9d9e9a41f441d7d96f51fec2213d412ea64e7 (diff)
downloadvim-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.m1
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>