1f81f3c
To: vim-dev@vim.org
1f81f3c
Subject: Patch 7.1.137
1f81f3c
Fcc: outbox
1f81f3c
From: Bram Moolenaar <Bram@moolenaar.net>
1f81f3c
Mime-Version: 1.0
1f81f3c
Content-Type: text/plain; charset=ISO-8859-1
1f81f3c
Content-Transfer-Encoding: 8bit
1f81f3c
------------
1f81f3c
1f81f3c
Patch 7.1.137
1f81f3c
Problem:    Build failure when using EXITFREE. (Dominique Pelle)
1f81f3c
Solution:   Add an #ifdef around using clip_exclude_prog.
1f81f3c
Files:      src/misc2.c
1f81f3c
    
1f81f3c
1f81f3c
*** ../vim-7.1.136/src/misc2.c	Sat Sep 29 14:15:00 2007
1f81f3c
--- src/misc2.c	Sun Sep 30 18:00:09 2007
1f81f3c
***************
1f81f3c
*** 1037,1043 ****
1f81f3c
--- 1038,1046 ----
1f81f3c
  
1f81f3c
      /* Free some global vars. */
1f81f3c
      vim_free(username);
1f81f3c
+ # ifdef FEAT_CLIPBOARD
1f81f3c
      vim_free(clip_exclude_prog);
1f81f3c
+ # endif
1f81f3c
      vim_free(last_cmdline);
1f81f3c
      vim_free(new_last_cmdline);
1f81f3c
      set_keep_msg(NULL, 0);
1f81f3c
*** ../vim-7.1.136/src/version.c	Sun Oct  7 15:21:31 2007
1f81f3c
--- src/version.c	Sun Oct  7 15:42:26 2007
1f81f3c
***************
1f81f3c
*** 668,669 ****
1f81f3c
--- 668,671 ----
1f81f3c
  {   /* Add new patch number below this line */
1f81f3c
+ /**/
1f81f3c
+     137,
1f81f3c
  /**/
1f81f3c
1f81f3c
-- 
1f81f3c
For society, it's probably a good thing that engineers value function over
1f81f3c
appearance.  For example, you wouldn't want engineers to build nuclear power
1f81f3c
plants that only _look_ like they would keep all the radiation inside.
1f81f3c
				(Scott Adams - The Dilbert principle)
1f81f3c
1f81f3c
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
1f81f3c
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
1f81f3c
\\\        download, build and distribute -- http://www.A-A-P.org        ///
1f81f3c
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///