1
0
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:
K.Takata
2021-06-02 15:08:50 +02:00
committed by Bram Moolenaar
parent eecf2b35a1
commit a2e468fcac
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -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,
/**/ /**/