LC Mi wrote:

> For i386 only.
> Cannot compile current carbon gui code with 64bit.

With the patch:


diff --git a/src/gui_mac.c b/src/gui_mac.c
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -4606,7 +4606,7 @@
     gui_clear_block(row, gui.scroll_region_left,
                                row + num_lines - 1, gui.scroll_region_right);
 }
-
+#if 0
     /*
      * TODO: add a vim format to the clipboard which remember
      *      LINEWISE, CHARWISE, BLOCKWISE
@@ -4773,7 +4773,7 @@
 
     vim_free(str);
 }
-
+#endif
     void
 gui_mch_set_text_area_pos(int x, int y, int w, int h)
 {
@@ -5992,6 +5992,11 @@
 }
 
     void
+gui_mch_mousehide(int hide)
+{
+}
+
+    void
 gui_mch_show_popupmenu(vimmenu_T *menu)
 {
 /*


That doesn't look like a good solution.  What is the problem you are
trying to solve?

-- 
hundred-and-one symptoms of being an internet addict:
60. As your car crashes through the guardrail on a mountain road, your first
    instinct is to search for the "back" button.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to