Blame SOURCES/7.4.259

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.259
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.259
22c937
Problem:    Warning for misplaced "const".
22c937
Solution:   Move the "const". (Yukihiro Nakadaira)
22c937
Files:	    src/os_unix.c
22c937
22c937
22c937
*** ../vim-7.4.258/src/os_unix.c	2014-04-02 23:09:23.003439001 +0200
22c937
--- src/os_unix.c	2014-04-23 12:40:45.931386548 +0200
22c937
***************
22c937
*** 2815,2821 ****
22c937
      char_u	*from_file;
22c937
      char_u	*to_file;
22c937
  {
22c937
!     static const char const *smack_copied_attributes[] =
22c937
  	{
22c937
  	    XATTR_NAME_SMACK,
22c937
  	    XATTR_NAME_SMACKEXEC,
22c937
--- 2815,2821 ----
22c937
      char_u	*from_file;
22c937
      char_u	*to_file;
22c937
  {
22c937
!     static const char * const smack_copied_attributes[] =
22c937
  	{
22c937
  	    XATTR_NAME_SMACK,
22c937
  	    XATTR_NAME_SMACKEXEC,
22c937
*** ../vim-7.4.258/src/version.c	2014-04-12 13:11:58.272430356 +0200
22c937
--- src/version.c	2014-04-23 12:49:22.587374098 +0200
22c937
***************
22c937
*** 736,737 ****
22c937
--- 736,739 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     259,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
91. It's Saturday afternoon in the middle of May and you
22c937
    are on computer.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///