073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.177
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.177
073263
Problem:    Compiler warning for unused variable. (Tony Mechelynck)
073263
Solution:   Add #ifdef.
073263
Files:	    src/move.c
073263
073263
073263
*** ../vim-7.4.176/src/move.c	2014-02-11 15:47:41.382145902 +0100
073263
--- src/move.c	2014-02-11 18:13:57.378280376 +0100
073263
***************
073263
*** 2101,2107 ****
073263
--- 2101,2109 ----
073263
      int		used;
073263
      lineoff_T	loff;
073263
      lineoff_T	boff;
073263
+ #ifdef FEAT_DIFF
073263
      linenr_T	old_topline = curwin->w_topline;
073263
+ #endif
073263
  
073263
      loff.lnum = boff.lnum = curwin->w_cursor.lnum;
073263
  #ifdef FEAT_FOLDING
073263
*** ../vim-7.4.176/src/version.c	2014-02-11 18:47:18.682311042 +0100
073263
--- src/version.c	2014-02-11 18:57:55.110320794 +0100
073263
***************
073263
*** 740,741 ****
073263
--- 740,743 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     177,
073263
  /**/
073263
073263
-- 
073263
The psychic said, "God bless you."  I said, "I didn't sneeze."  She
073263
looked deep into my eyes and said, "You will, eventually."  And, damn
073263
if she wasn't right.  Two days later, I sneezed.  --Ellen Degeneres
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    ///