Skip to content

Commit

Permalink
patch 8.2.2924: superfluous extern declaration
Browse files Browse the repository at this point in the history
Problem:    Superfluous extern declaration.
Solution:   Delete the declaration. (Ken Takata, closes #8307)
  • Loading branch information
k-takata authored and brammool committed Jun 2, 2021
1 parent eecf2b3 commit a2e468f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ main

#ifdef MSWIN
{
extern void set_alist_count(void);

// Remember the number of entries in the argument list. If it changes
// we don't react on setting 'encoding'.
set_alist_count();
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2924,
/**/
2923,
/**/
Expand Down

0 comments on commit a2e468f

Please sign in to comment.