073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.259
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.259
073263
Problem:    Warning for misplaced "const".
073263
Solution:   Move the "const". (Yukihiro Nakadaira)
073263
Files:	    src/os_unix.c
073263
073263
073263
*** ../vim-7.4.258/src/os_unix.c	2014-04-02 23:09:23.003439001 +0200
073263
--- src/os_unix.c	2014-04-23 12:40:45.931386548 +0200
073263
***************
073263
*** 2815,2821 ****
073263
      char_u	*from_file;
073263
      char_u	*to_file;
073263
  {
073263
!     static const char const *smack_copied_attributes[] =
073263
  	{
073263
  	    XATTR_NAME_SMACK,
073263
  	    XATTR_NAME_SMACKEXEC,
073263
--- 2815,2821 ----
073263
      char_u	*from_file;
073263
      char_u	*to_file;
073263
  {
073263
!     static const char * const smack_copied_attributes[] =
073263
  	{
073263
  	    XATTR_NAME_SMACK,
073263
  	    XATTR_NAME_SMACKEXEC,
073263
*** ../vim-7.4.258/src/version.c	2014-04-12 13:11:58.272430356 +0200
073263
--- src/version.c	2014-04-23 12:49:22.587374098 +0200
073263
***************
073263
*** 736,737 ****
073263
--- 736,739 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     259,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
91. It's Saturday afternoon in the middle of May and you
073263
    are on computer.
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    ///