81c2858
To: vim-dev@vim.org
81c2858
Subject: Patch 7.2.229
81c2858
Fcc: outbox
81c2858
From: Bram Moolenaar <Bram@moolenaar.net>
81c2858
Mime-Version: 1.0
81c2858
Content-Type: text/plain; charset=UTF-8
81c2858
Content-Transfer-Encoding: 8bit
81c2858
------------
81c2858
81c2858
Patch 7.2.229
81c2858
Problem:    Warning for shadowed variable.
81c2858
Solution:   Rename "wait" to "wait_time".
81c2858
Files:	    src/os_unix.c
81c2858
81c2858
81c2858
*** ../vim-7.2.228/src/os_unix.c	2009-06-16 15:12:11.000000000 +0200
81c2858
--- src/os_unix.c	2009-07-09 16:24:14.000000000 +0200
81c2858
***************
81c2858
*** 1138,1147 ****
81c2858
       * to happen).
81c2858
       */
81c2858
      {
81c2858
! 	long wait;
81c2858
! 	for (wait = 0; !sigcont_received && wait <= 3L; wait++)
81c2858
  	    /* Loop is not entered most of the time */
81c2858
! 	    mch_delay(wait, FALSE);
81c2858
      }
81c2858
  # endif
81c2858
  
81c2858
--- 1138,1147 ----
81c2858
       * to happen).
81c2858
       */
81c2858
      {
81c2858
! 	long wait_time;
81c2858
! 	for (wait_time = 0; !sigcont_received && wait_time <= 3L; wait_time++)
81c2858
  	    /* Loop is not entered most of the time */
81c2858
! 	    mch_delay(wait_time, FALSE);
81c2858
      }
81c2858
  # endif
81c2858
  
81c2858
*** ../vim-7.2.228/src/version.c	2009-07-09 21:22:36.000000000 +0200
81c2858
--- src/version.c	2009-07-14 12:18:21.000000000 +0200
81c2858
***************
81c2858
*** 678,679 ****
81c2858
--- 678,681 ----
81c2858
  {   /* Add new patch number below this line */
81c2858
+ /**/
81c2858
+     229,
81c2858
  /**/
81c2858
81c2858
-- 
81c2858
From "know your smileys":
81c2858
 :-)	Funny
81c2858
 |-)	Funny Oriental
81c2858
 (-:	Funny Australian
81c2858
81c2858
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
81c2858
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
81c2858
\\\        download, build and distribute -- http://www.A-A-P.org        ///
81c2858
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///