073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.326
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.326
073263
Problem:    Can't build Tiny version. (Elimar Riesebieter)
073263
Solution:   Add #ifdef.
073263
Files:	    src/window.c
073263
073263
073263
*** ../vim-7.4.325/src/window.c	2014-06-13 20:08:41.295871990 +0200
073263
--- src/window.c	2014-06-14 12:51:00.010147123 +0200
073263
***************
073263
*** 4597,4608 ****
073263
--- 4597,4610 ----
073263
      if (wp != aucmd_win)
073263
  #endif
073263
  	win_remove(wp, tp);
073263
+ #ifdef FEAT_AUTOCMD
073263
      if (autocmd_busy)
073263
      {
073263
  	wp->w_next = au_pending_free_win;
073263
  	au_pending_free_win = wp;
073263
      }
073263
      else
073263
+ #endif
073263
  	vim_free(wp);
073263
  
073263
  #ifdef FEAT_AUTOCMD
073263
*** ../vim-7.4.325/src/version.c	2014-06-13 20:08:41.295871990 +0200
073263
--- src/version.c	2014-06-14 12:53:05.134151857 +0200
073263
***************
073263
*** 736,737 ****
073263
--- 736,739 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     326,
073263
  /**/
073263
073263
-- 
073263
You cannot propel yourself forward by patting yourself on the back.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///