0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.4.259

Problem:    Warning for misplaced "const".
Solution:   Move the "const". (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2014-04-23 12:52:40 +02:00
parent c8836f7025
commit 62f167f716
2 changed files with 3 additions and 1 deletions

View File

@@ -2815,7 +2815,7 @@ mch_copy_sec(from_file, to_file)
char_u *from_file; char_u *from_file;
char_u *to_file; char_u *to_file;
{ {
static const char const *smack_copied_attributes[] = static const char * const smack_copied_attributes[] =
{ {
XATTR_NAME_SMACK, XATTR_NAME_SMACK,
XATTR_NAME_SMACKEXEC, XATTR_NAME_SMACKEXEC,

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
259,
/**/ /**/
258, 258,
/**/ /**/