From a2e468fcac7523ae6a0ab65db5196684801fa2d1 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Wed, 2 Jun 2021 15:08:50 +0200 Subject: [PATCH] patch 8.2.2924: superfluous extern declaration Problem: Superfluous extern declaration. Solution: Delete the declaration. (Ken Takata, closes #8307) --- src/main.c | 2 -- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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, /**/ -- 2.40.0