Patch 8.2.29N

5 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 2, 2021, 9:09:30 AM6/2/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages