]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.644 v7.3.644
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Aug 2012 14:34:27 +0000 (16:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Aug 2012 14:34:27 +0000 (16:34 +0200)
Problem:    Dead code for BeOS GUI.
Solution:   Remove unused __BEOS__ stuff.

src/gui.c
src/version.c

index f30952c319a65271cbc6f69be133416574dee9a3..413e1a4e30c6257df4cf57477740810317021884 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -37,8 +37,7 @@ static void gui_set_fg_color __ARGS((char_u *name));
 static void gui_set_bg_color __ARGS((char_u *name));
 static win_T *xy2win __ARGS((int x, int y));
 
-#if defined(UNIX) && !defined(__BEOS__) && !defined(MACOS_X) \
-       && !defined(__APPLE__)
+#if defined(UNIX) && !defined(MACOS_X) && !defined(__APPLE__)
 # define MAY_FORK
 static void gui_do_fork __ARGS((void));
 
@@ -784,11 +783,9 @@ error:
 gui_exit(rc)
     int                rc;
 {
-#ifndef __BEOS__
     /* don't free the fonts, it leads to a BUS error
      * richard@whitequeen.com Jul 99 */
     free_highlight_fonts();
-#endif
     gui.in_use = FALSE;
     gui_mch_exit(rc);
 }
index 078d87509949eecdd7274e19a89058d1ffc8ad5f..70bcc99263cf5210ef29ee23ae761eb55be18080 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    644,
 /**/
     643,
 /**/