]> granicus.if.org Git - vim/commitdiff
patch 8.2.2924: superfluous extern declaration v8.2.2924
authorK.Takata <kentkt@csc.jp>
Wed, 2 Jun 2021 13:08:50 +0000 (15:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Jun 2021 13:08:50 +0000 (15:08 +0200)
Problem:    Superfluous extern declaration.
Solution:   Delete the declaration. (Ken Takata, closes #8307)

src/main.c
src/version.c

index de94a1576bb44188726b20ceb9ce47a3d35438ea..d418c13801c5eb84a9c8b6d346719587afe35de6 100644 (file)
@@ -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();
index ee1dfa7191a1b2e22f92164bc9fdd5e2446b53ee..aaf27c1423a1d45686e8e5c4c993cd180e23fc71 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2924,
 /**/
     2923,
 /**/