Skip to content

Commit 1e033f5

Browse files
authored
Revert "Fix to define FEAT_CLIPBOARD"
1 parent 05c5a99 commit 1e033f5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/os_macosx.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
Error: MACOS 9 is no longer supported in Vim 7
1616
#endif
1717

18-
#ifndef FEAT_GUI_MACVIM
1918
/* Avoid a conflict for the definition of Boolean between Mac header files and
2019
* X11 header files. */
21-
# define NO_X11_INCLUDES
22-
# define BalloonEval int /* used in header files */
23-
#endif
20+
#define NO_X11_INCLUDES
21+
#define BalloonEval int /* used in header files */
2422

2523
#include "vim.h"
2624
#import <Cocoa/Cocoa.h>

0 commit comments

Comments
 (0)