To: vim_dev@googlegroups.com Subject: Patch 8.2.29N Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2924 Problem: Superfluous extern declaration. Solution: Delete the declaration. (Ken Takata, closes #8307) Files: src/main.c *** ../vim-8.2.2923/src/main.c 2021-06-02 13:28:11.431120460 +0200 --- src/main.c 2021-06-02 15:07:53.498548920 +0200 *************** *** 260,267 **** #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(); --- 260,265 ---- *** ../vim-8.2.2923/src/version.c 2021-06-02 14:56:35.823997065 +0200 --- src/version.c 2021-06-02 15:08:40.182449124 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2924, /**/ -- It is illegal for a driver to be blindfolded while operating a vehicle. [real standing law in Alabama, United States of America] /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///