From: K.Takata Date: Wed, 2 Jun 2021 13:08:50 +0000 (+0200) Subject: patch 8.2.2924: superfluous extern declaration X-Git-Tag: v8.2.2924 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2e468fcac7523ae6a0ab65db5196684801fa2d1;p=vim patch 8.2.2924: superfluous extern declaration Problem: Superfluous extern declaration. Solution: Delete the declaration. (Ken Takata, closes #8307) --- diff --git a/src/main.c b/src/main.c index de94a1576..d418c1380 100644 --- a/src/main.c +++ b/src/main.c @@ -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(); diff --git a/src/version.c b/src/version.c index ee1dfa719..aaf27c142 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2924, /**/ 2923, /**/