994ff04
To: vim_dev@googlegroups.com
994ff04
Subject: Patch 7.4.257
994ff04
Fcc: outbox
994ff04
From: Bram Moolenaar <Bram@moolenaar.net>
994ff04
Mime-Version: 1.0
994ff04
Content-Type: text/plain; charset=UTF-8
994ff04
Content-Transfer-Encoding: 8bit
994ff04
------------
994ff04
994ff04
Patch 7.4.257
994ff04
Problem:    Compiler warning, possibly for mismatch in parameter name.
994ff04
Solution:   Rename the parameter in the declaration.
994ff04
Files:	    src/ops.c
994ff04
994ff04
*** ../vim-7.4.256/src/ops.c	2014-04-02 22:17:00.003482236 +0200
994ff04
--- src/ops.c	2014-04-12 12:23:59.308424067 +0200
994ff04
***************
994ff04
*** 113,119 ****
994ff04
  #endif
994ff04
  static void	block_prep __ARGS((oparg_T *oap, struct block_def *, linenr_T, int));
994ff04
  #if defined(FEAT_CLIPBOARD) || defined(FEAT_EVAL)
994ff04
! static void	str_to_reg __ARGS((struct yankreg *y_ptr, int type, char_u *str, long len, long blocklen, int str_list));
994ff04
  #endif
994ff04
  static int	ends_in_white __ARGS((linenr_T lnum));
994ff04
  #ifdef FEAT_COMMENTS
994ff04
--- 113,119 ----
994ff04
  #endif
994ff04
  static void	block_prep __ARGS((oparg_T *oap, struct block_def *, linenr_T, int));
994ff04
  #if defined(FEAT_CLIPBOARD) || defined(FEAT_EVAL)
994ff04
! static void	str_to_reg __ARGS((struct yankreg *y_ptr, int yank_type, char_u *str, long len, long blocklen, int str_list));
994ff04
  #endif
994ff04
  static int	ends_in_white __ARGS((linenr_T lnum));
994ff04
  #ifdef FEAT_COMMENTS
994ff04
*** ../vim-7.4.256/src/version.c	2014-04-11 10:22:46.288219453 +0200
994ff04
--- src/version.c	2014-04-12 12:25:44.176424296 +0200
994ff04
***************
994ff04
*** 736,737 ****
994ff04
--- 736,739 ----
994ff04
  {   /* Add new patch number below this line */
994ff04
+ /**/
994ff04
+     257,
994ff04
  /**/
994ff04
994ff04
-- 
994ff04
The real
994ff04
trick is
994ff04
this: to
994ff04
keep the
994ff04
lines as
994ff04
short as
994ff04
possible
994ff04
and keep
994ff04
the size
994ff04
the same
994ff04
yet free
994ff04
from the
994ff04
need for
994ff04
hyphena-
994ff04
Dammit!!  (Matthew Winn)
994ff04
994ff04
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
994ff04
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
994ff04
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
994ff04
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///