forked from aniani/vim
patch 8.2.2924: superfluous extern declaration
Problem: Superfluous extern declaration. Solution: Delete the declaration. (Ken Takata, closes #8307)
This commit is contained in:
@@ -260,8 +260,6 @@ main
|
|||||||
|
|
||||||
#ifdef MSWIN
|
#ifdef MSWIN
|
||||||
{
|
{
|
||||||
extern void set_alist_count(void);
|
|
||||||
|
|
||||||
// Remember the number of entries in the argument list. If it changes
|
// Remember the number of entries in the argument list. If it changes
|
||||||
// we don't react on setting 'encoding'.
|
// we don't react on setting 'encoding'.
|
||||||
set_alist_count();
|
set_alist_count();
|
||||||
|
@@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
2924,
|
||||||
/**/
|
/**/
|
||||||
2923,
|
2923,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user