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:
@@ -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,
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user