diff src/vim.h @ 2598:10ce04af8c5b v7.3.021

updated for version 7.3.021 Problem: Conflict for defining Boolean in Mac header files. Solution: Define NO_X11_INCLUDES. (Rainer Muller)
author Bram Moolenaar <bram@vim.org>
date Sun, 10 Oct 2010 17:08:43 +0200
parents 98b9a6b9e7d5
children 758822790b43
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -192,8 +192,8 @@
 #endif
 
 #ifdef NO_X11_INCLUDES
-    /* In os_mac_conv.c NO_X11_INCLUDES is defined to avoid X11 headers.
-     * Disable all X11 related things to avoid conflicts. */
+    /* In os_mac_conv.c and os_macosx.m NO_X11_INCLUDES is defined to avoid
+     * X11 headers.  Disable all X11 related things to avoid conflicts. */
 # ifdef FEAT_X11
 #  undef FEAT_X11
 # endif